mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Be compatible with IA64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14864 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd935336d4
commit
f99947c35f
@ -39,7 +39,8 @@ namespace {
|
||||
cl::desc("Specify which DSA pass the -datastructure-gc pass should use"),
|
||||
cl::values(clEnumVal(local, "Local pass"),
|
||||
clEnumVal(bu, "Bottom-up pass"),
|
||||
clEnumVal(td, "Top-down pass"), 0), cl::init(local));
|
||||
clEnumVal(td, "Top-down pass"),
|
||||
clEnumValEnd), cl::init(local));
|
||||
|
||||
cl::opt<bool>
|
||||
AbortIfAnyCollapsed("dsgc-abort-if-any-collapsed", cl::Hidden,
|
||||
|
Loading…
x
Reference in New Issue
Block a user