mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
IA64 compat
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -38,7 +38,7 @@ namespace {
|
||||
clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
|
||||
clEnumValN(RunLLC, "run-llc", "Compile with LLC"),
|
||||
clEnumValN(RunCBE, "run-cbe", "Compile with CBE"),
|
||||
0),
|
||||
clEnumValEnd),
|
||||
cl::init(AutoPick));
|
||||
|
||||
cl::opt<bool>
|
||||
|
@@ -35,7 +35,8 @@ namespace {
|
||||
cl::desc("Specify output format"),
|
||||
cl::values(clEnumVal(bsd, "BSD format"),
|
||||
clEnumVal(sysv, "System V format"),
|
||||
clEnumVal(posix, "POSIX.2 format"), 0), cl::init(bsd));
|
||||
clEnumVal(posix, "POSIX.2 format"),
|
||||
clEnumValEnd), cl::init(bsd));
|
||||
cl::alias OutputFormat2("f", cl::desc("Alias for --format"),
|
||||
cl::aliasopt(OutputFormat));
|
||||
|
||||
|
Reference in New Issue
Block a user