rename flag

llvm-svn: 33634
This commit is contained in:
Jim Laskey 2007-01-29 22:40:03 +00:00
parent 8953edc8a5
commit 52726f5837
1 changed files with 1 additions and 1 deletions

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));