We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Use mulle-clang -S to generate assembler output and mulle-clang -S --emit-llvm for LLVM IR output.
mulle-clang -S
mulle-clang -S --emit-llvm
Another way is to create a small test in mulle-objc-runtime/test-compiler and run
mulle-objc-runtime/test-compiler
mulle-sde test run --assembler mulle-sde test run --ir
A .s and .ir file should plop out...
.s
.ir