Crate clif_util

Source

Modulesยง

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.

Structsยง

CompiledWithoutSupportOptions ๐Ÿ”’
(Compiled without support for this subcommand)
PassOptions ๐Ÿ”’
Run specified pass(es) on an input file.
TestOptions ๐Ÿ”’
Run Cranelift tests

Enumsยง

Commands ๐Ÿ”’
Cranelift code generator utility.

Functionsยง

main ๐Ÿ”’