
lli
List of commands for lli:
-
lli:tldr:0efa9 lli: Enable all optimizations.$ lli -O3 ${filename-ll}try on your machineexplain this command
-
lli:tldr:23b7c lli: Execute with command-line arguments.$ lli ${filename-ll} ${argument1 argument2 ---}try on your machineexplain this command
-
lli:tldr:9ae2e lli: Load a dynamic library before linking.$ lli --dlopen=${path-to-library-dll} ${filename-ll}try on your machineexplain this command
-
lli:tldr:b087b lli: Execute a bitcode or IR file.$ lli ${filename-ll}try on your machineexplain this command