summaryrefslogtreecommitdiff
path: root/tools/llvm-as/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-as/Makefile')
-rw-r--r--tools/llvm-as/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index 73dcb06aff..bd7c3d3eec 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -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