summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-03 23:15:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-03 23:15:56 +0000
commit7ba98a90008727e2fa0dfc1787cad71e1b6021eb (patch)
tree3771eb020732050a9fb5db800b223bb96ff15afd /tools/bugpoint/Makefile
parenta49fd07ec6a8a667d9f666ef3560d5d1a64bcc12 (diff)
downloadllvm-7ba98a90008727e2fa0dfc1787cad71e1b6021eb.tar.gz
llvm-7ba98a90008727e2fa0dfc1787cad71e1b6021eb.tar.bz2
llvm-7ba98a90008727e2fa0dfc1787cad71e1b6021eb.tar.xz
For PR1072:
Removing -raise has neglible positive or negative side effects so we are opting to remove it. See the PR for comparison details. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33844 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r--tools/bugpoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index 272f973c2d..acafa838d0 100644
--- a/tools/bugpoint/Makefile
+++ b/tools/bugpoint/Makefile
@@ -11,7 +11,7 @@ LEVEL = ../..
TOOLNAME = bugpoint
LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
- transforms linker
+ linker
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common