[llvm-commits] [124495] disable EH support until someone has a chance to finish it.

clattner at apple.com clattner at apple.com
Fri Mar 2 21:32:21 PST 2007


Revision: 124495
Author:   clattner
Date:     2007-03-02 21:32:18 -0800 (Fri, 02 Mar 2007)

Log Message:
-----------
disable EH support until someone has a chance to finish it.  This fixes
Benchmarks/Prolangs-C++/deriv1

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-03-03 05:17:25 UTC (rev 124494)
+++ apple-local/branches/llvm/gcc/llvm-convert.cpp	2007-03-03 05:32:18 UTC (rev 124495)
@@ -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