Tools require EH for their top-level try blocks.
[oota-llvm.git] / tools / llvm-as / Makefile
index 73dcb06aff46493d5229f25906f33fbfde70def2..bd7c3d3eec0d5714b94255d6c5b939e0818bd731 100644 (file)
@@ -10,5 +10,6 @@ LEVEL = ../..
 TOOLNAME = llvm-as
 USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
            LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common