LLI Command Options

The syntax to execute programs in LLVM bitcode format with GraalVM is:

lli [LLI options] [GraalVM options] [polyglot options] <bitcode file> [program args]

Here, <bitcode file> is a compiled program with embedded LLVM bitcode.

The following options to lli are available:

Expert and Diagnostic Options

Use --help and --help:<topic> to get a full list of options.