Skip to content

Creating assembler or IR output

Nat! edited this page Jan 8, 2024 · 1 revision

Use mulle-clang -S to generate assembler output and mulle-clang -S --emit-llvm for LLVM IR output.

Another way is to create a small test in mulle-objc-runtime/test-compiler and run

mulle-sde test run --assembler 
mulle-sde test run --ir

A .s and .ir file should plop out...

Clone this wiki locally