[llvm-commits] [llvm-gcc-4-2] r39807 - /llvm-gcc-4-2/trunk/gcc/llvm-convert.cpp
Duncan Sands
baldrick at free.fr
Fri Jul 13 05:13:27 PDT 2007
Author: baldrick
Date: Fri Jul 13 07:13:27 2007
New Revision: 39807
URL: http://llvm.org/viewvc/llvm-project?rev=39807&view=rev
Log:
Forward port of [129251].
Duncan and Anton have found this to be safe, enable it now!
at some point, we should remove the #define and the #ifdef's
entirely, woo!
Modified:
llvm-gcc-4-2/trunk/gcc/llvm-convert.cpp
Modified: llvm-gcc-4-2/trunk/gcc/llvm-convert.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4-2/trunk/gcc/llvm-convert.cpp?rev=39807&r1=39806&r2=39807&view=diff
==============================================================================
--- llvm-gcc-4-2/trunk/gcc/llvm-convert.cpp (original)
+++ llvm-gcc-4-2/trunk/gcc/llvm-convert.cpp Fri Jul 13 07:13:27 2007
@@ -63,7 +63,7 @@
extern int get_pointer_alignment (tree exp, unsigned int max_align);
}
-//#define ITANIUM_STYLE_EXCEPTIONS
+#define ITANIUM_STYLE_EXCEPTIONS
//===----------------------------------------------------------------------===//
// Matching LLVM Values with GCC DECL trees
More information about the llvm-commits
mailing list