summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r--tools/analyze/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 0f0eb72628..e3885a9358 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -12,5 +12,6 @@ USEDLIBS = LLVMAsmParser.a LLVMBCReader.a LLVMAnalysis.a LLVMipa.a \
LLVMDataStructure \
LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \
LLVMTransformUtils.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common