[llvm-commits] CVS: llvm/lib/Target/TargetMachine.cpp
Jim Laskey
jlaskey at apple.com
Mon Jan 29 14:40:26 PST 2007
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.60 -> 1.61
---
Log message:
rename flag
---
Diffs of the changes: (+1 -1)
TargetMachine.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.60 llvm/lib/Target/TargetMachine.cpp:1.61
--- llvm/lib/Target/TargetMachine.cpp:1.60 Mon Jan 29 14:48:32 2007
+++ llvm/lib/Target/TargetMachine.cpp Mon Jan 29 16:40:03 2007
@@ -69,7 +69,7 @@
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));
More information about the llvm-commits
mailing list