Tools require EH for their top-level try blocks.
[oota-llvm.git] / tools / gccas / Makefile
index 55b0379941a7a8ee6f00574439c0141d2688ef2d..1f62ade4ed2e1f7856ffd4051e133a926054e593 100644 (file)
@@ -12,5 +12,6 @@ TOOLNAME = gccas
 USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a LLVMipa.a \
            LLVMScalarOpts.a LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils.a \
            LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common