User: jlaskey
Date: 2007/01/29 02:40 PM

Modified:
 /apple-local/branches/llvm/gcc/
  llvm-backend.cpp

Log:
 rename flag

File Changes:

Directory: /apple-local/branches/llvm/gcc/
==========================================

File [modified]: llvm-backend.cpp
Delta lines: +1 -1
===================================================================
--- apple-local/branches/llvm/gcc/llvm-backend.cpp      2007-01-29 22:12:20 UTC 
(rev 123085)
+++ apple-local/branches/llvm/gcc/llvm-backend.cpp      2007-01-29 22:40:36 UTC 
(rev 123086)
@@ -102,7 +102,7 @@
   if (!flag_zero_initialized_in_bss)
     Args.push_back("--nozero-initialized-in-bss");
   if (flag_exceptions)
-    Args.push_back("--exception-handling");
+    Args.push_back("--enable-eh");
 
   // If there are options that should be passed through to the LLVM backend
   // directly from the command line, do so now.  This is mainly for debugging

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

Reply via email to