summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r--tools/bugpoint/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index 338122ac14..b713650983 100644
--- a/tools/bugpoint/Makefile
+++ b/tools/bugpoint/Makefile
@@ -17,5 +17,6 @@ USEDLIBS = LLVMipo.a LLVMScalarOpts.a $(OPTLIBS) $(ANALIBS) LLVMAnalysis.a \
LLVMTransformUtils.a \
LLVMAsmParser.a LLVMLinker.a LLVMBCReader.a LLVMBCWriter.a \
LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common