From 7ba98a90008727e2fa0dfc1787cad71e1b6021eb Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 3 Feb 2007 23:15:56 +0000 Subject: 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 --- tools/opt/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 6d11d34d3e..0ea3a7fc06 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -10,7 +10,6 @@ LEVEL = ../.. TOOLNAME = opt REQUIRES_EH := 1 -LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \ - transforms +LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo include $(LEVEL)/Makefile.common -- cgit v1.2.3