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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to