summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-21 19:07:27 +0000
committerChris Lattner <sabre@nondot.org>2003-07-21 19:07:27 +0000
commitb18ed088fbc6552f7fef74f9ba71209881446a8a (patch)
tree2d3ac2a46175b6cf1270450f37dc98460b5e35e9 /tools/opt/Makefile
parent8f9f9a2901b8fb85e10045906046bd89e5855e91 (diff)
downloadllvm-b18ed088fbc6552f7fef74f9ba71209881446a8a.tar.gz
llvm-b18ed088fbc6552f7fef74f9ba71209881446a8a.tar.bz2
llvm-b18ed088fbc6552f7fef74f9ba71209881446a8a.tar.xz
Remove instloops library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index da7ee0d2a5..73dd08aba7 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -4,7 +4,7 @@ TOOLNAME = opt
USEDLIBS = bcreader bcwriter \
instrument profpaths scalaropts \
ipo ipa.a datastructure transforms target.a analysis \
- transformutils vmcore support instloops
+ transformutils vmcore support
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common