rename flag

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33634 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2007-01-29 22:40:03 +00:00
parent 24f7fb3267
commit 73c5624375

View File

@ -69,7 +69,7 @@ namespace {
cl::location(NoZerosInBSS),
cl::init(false));
cl::opt<bool, true>
EnableExceptionHandling("exception-handling",
EnableExceptionHandling("enable-eh",
cl::desc("Exception handling should be emitted."),
cl::location(ExceptionHandling),
cl::init(false));