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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to