[llvm-commits] [129251] Duncan and Anton have found this to be safe, enable it now!
clattner at apple.com
clattner at apple.com
Sun Jul 8 19:28:30 PDT 2007
Revision: 129251
Author: clattner
Date: 2007-07-08 19:28:29 -0700 (Sun, 08 Jul 2007)
Log Message:
-----------
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 Paths:
--------------
apple-local/branches/llvm/gcc/llvm-convert.cpp
Modified: apple-local/branches/llvm/gcc/llvm-convert.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-convert.cpp 2007-07-06 23:56:09 UTC (rev 129250)
+++ apple-local/branches/llvm/gcc/llvm-convert.cpp 2007-07-09 02:28:29 UTC (rev 129251)
@@ -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