summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-04-14 04:40:31 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-04-14 04:40:31 +0000
commitac15da67055a33ce418be23ce7681358b3093aeb (patch)
treedcceaf770112e7ddd79ecaa2185d585e2777d424 /tools/bugpoint/Makefile
parentd305035155ef3d138e102434bf5a733ea2e32405 (diff)
downloadllvm-ac15da67055a33ce418be23ce7681358b3093aeb.tar.gz
llvm-ac15da67055a33ce418be23ce7681358b3093aeb.tar.bz2
llvm-ac15da67055a33ce418be23ce7681358b3093aeb.tar.xz
Bugpoint no longer uses exceptions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r--tools/bugpoint/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index b821b6c7bd..5d287ef188 100644
--- a/tools/bugpoint/Makefile
+++ b/tools/bugpoint/Makefile
@@ -12,6 +12,5 @@ TOOLNAME = bugpoint
LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
linker bitreader bitwriter
-REQUIRES_EH := 1
include $(LEVEL)/Makefile.common