mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
rename flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33634 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
24f7fb3267
commit
73c5624375
@ -69,7 +69,7 @@ namespace {
|
|||||||
cl::location(NoZerosInBSS),
|
cl::location(NoZerosInBSS),
|
||||||
cl::init(false));
|
cl::init(false));
|
||||||
cl::opt<bool, true>
|
cl::opt<bool, true>
|
||||||
EnableExceptionHandling("exception-handling",
|
EnableExceptionHandling("enable-eh",
|
||||||
cl::desc("Exception handling should be emitted."),
|
cl::desc("Exception handling should be emitted."),
|
||||||
cl::location(ExceptionHandling),
|
cl::location(ExceptionHandling),
|
||||||
cl::init(false));
|
cl::init(false));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user