[llvm-commits] [llvm-gcc]Rename flag.

Jim Laskey jlaskey at apple.com
Mon Jan 29 14:44:37 PST 2007


Index: gcc/llvm-backend.cpp
===================================================================
--- gcc/llvm-backend.cpp        (revision 123085)
+++ gcc/llvm-backend.cpp        (working copy)
@@ -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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070129/9f859a6b/attachment.bin>


More information about the llvm-commits mailing list