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