summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-07 00:46:19 +0000
committerChris Lattner <sabre@nondot.org>2006-07-07 00:46:19 +0000
commit0465fa9cf89a0c8a96cff6af59b0fbac9098471a (patch)
tree720296d23fded0d5104ba873d82f0bbadfc63648 /tools/bugpoint/Makefile
parenta539c0327119c6914979a85ceee2d7d3f72177fc (diff)
downloadllvm-0465fa9cf89a0c8a96cff6af59b0fbac9098471a.tar.gz
llvm-0465fa9cf89a0c8a96cff6af59b0fbac9098471a.tar.bz2
llvm-0465fa9cf89a0c8a96cff6af59b0fbac9098471a.tar.xz
Tools require EH for their top-level try blocks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29035 91177308-0d34-0410-b5e6-96231b3b80d8
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