Commit Graph

3 Commits

Author SHA1 Message Date
Alastair Murray
d4aef5fb1e Update Mojo default example to compile with nightly and 0.26.1.0 (#8526)
Recent compilers do not allow parametric functions to be exported, so
remove the keyword. Note that this means the function now gets inlined
with default optimization levels.
2026-02-27 21:18:09 -05:00
Alastair Murray
27db9839eb Update default Mojo example to have non-empty assembly (#8381) 2026-01-18 12:31:14 +01:00
Rob Parolin
a0b48fb7e0 Add Mojo compiler (#7692)
This PR adds support for the Mojo programming language.

Explicitly tested viewing the generated assembly, LLVM IR, and running
the generated executable.
2025-05-21 13:53:05 -05:00