diff options
author | Jim Laskey <jlaskey@mac.com> | 2007-01-29 22:40:03 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2007-01-29 22:40:03 +0000 |
commit | 73c56243758d6ef2f35587cdc7ab0ab11767e47c (patch) | |
tree | caf7fb41b40ffb2173b5a84889752c63f06d3dfd /lib/Target/TargetMachine.cpp | |
parent | 24f7fb3267e358bb589e1856d7c9cc43db5f91d5 (diff) |
rename flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r-- | lib/Target/TargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index 842865391d..7f5ad58721 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -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)); |