Crate clif_util
Source - bugpoint ๐
- CLI tool to reduce Cranelift IR files crashing during compilation.
- cat ๐
- The
cat
sub-command. - compile ๐
- CLI tool to read Cranelift IR files and compile them into native code.
- disasm ๐
- interpret ๐
- CLI tool to interpret Cranelift IR files.
- print_cfg ๐
- The
print-cfg
sub-command. - run ๐
- CLI tool to compile Cranelift IR files to native code in memory and execute them.
- souper_harvest ๐
- utils ๐
- Utility functions.
- CompiledWithoutSupportOptions ๐
- (Compiled without support for this subcommand)
- PassOptions ๐
- Run specified pass(es) on an input file.
- TestOptions ๐
- Run Cranelift tests
- Commands ๐
- Cranelift code generator utility.
- main ๐