Fix the build issue under ia64. Close bug #5715
[oota-llvm.git] / lib / ExecutionEngine / RTDyldMemoryManager.cpp
index 4e7645722a4c1f484e0bf8eec7d9813da8ae489c..c5500dfdbc1871b0875a655fa8b969255bc4f62b 100644 (file)
@@ -33,7 +33,7 @@ namespace llvm {
 RTDyldMemoryManager::~RTDyldMemoryManager() {}
 
 // Determine whether we can register EH tables.
-#if (defined(__GNUC__) && !defined(__ARM_EABI__) && \
+#if (defined(__GNUC__) && !defined(__ARM_EABI__) && !defined(__ia64__) && \
      !defined(__USING_SJLJ_EXCEPTIONS__))
 #define HAVE_EHTABLE_SUPPORT 1
 #else