lli

Directly execute programs from LLVM bitcode. More information: https://www.llvm.org/docs/CommandGuide/lli.html. Execute…

lli

Directly execute programs from LLVM bitcode. More information: https://www.llvm.org/docs/CommandGuide/lli.html.

lli {{path/to/file.ll}}

lli {{path/to/file.ll}} {{argument1 argument2 ...}}

lli -O3 {{path/to/file.ll}}

lli --dlopen={{path/to/library.dll}} {{path/to/file.ll}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← lldb llvd →