diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-21 19:07:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-21 19:07:27 +0000 |
commit | b18ed088fbc6552f7fef74f9ba71209881446a8a (patch) | |
tree | 2d3ac2a46175b6cf1270450f37dc98460b5e35e9 /tools/opt/Makefile | |
parent | 8f9f9a2901b8fb85e10045906046bd89e5855e91 (diff) |
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/Makefile | 2 |
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 |