summaryrefslogtreecommitdiff
path: root/tools/llvm-extract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-extract/Makefile')
-rw-r--r--tools/llvm-extract/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile
index 73d5883403..20a107c5c7 100644
--- a/tools/llvm-extract/Makefile
+++ b/tools/llvm-extract/Makefile
@@ -12,5 +12,6 @@ TOOLNAME = llvm-extract
USEDLIBS = LLVMBCReader.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a \
LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \
LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common