mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 01:03:52 +00:00
Change run-lli -> run-int
Many people associate lli with the jit, so we don't want to suprise them llvm-svn: 9238
This commit is contained in:
parent
aea6238a66
commit
6dc01b06f7
@ -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…
x
Reference in New Issue
Block a user