[llvm-commits] [svnlog-fsf-gcc] r123086 - apple-local/branches/llvm/gcc
jlaskey at apple.com
jlaskey at apple.com
Mon Jan 29 14:40:38 PST 2007
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
More information about the llvm-commits
mailing list