mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Change run-lli -> run-int
Many people associate lli with the jit, so we don't want to suprise them git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9238 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25d66473c6
commit
367e1ee5be
@ -33,7 +33,7 @@ namespace {
|
||||
|
||||
cl::opt<OutputType>
|
||||
InterpreterSel(cl::desc("Specify how LLVM code should be executed:"),
|
||||
cl::values(clEnumValN(RunLLI, "run-lli", "Execute with LLI"),
|
||||
cl::values(clEnumValN(RunLLI, "run-int", "Execute with the interpreter"),
|
||||
clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
|
||||
clEnumValN(RunLLC, "run-llc", "Compile with LLC"),
|
||||
clEnumValN(RunCBE, "run-cbe", "Compile with CBE"),
|
||||
|
Loading…
Reference in New Issue
Block a user