summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-26 19:21:02 +0000
committerChris Lattner <sabre@nondot.org>2001-11-26 19:21:02 +0000
commitaa4730d9c33127c71af3df3b1e92fa8284d89252 (patch)
tree230187feb7941a79c4375033473997607f3df906 /tools/opt/Makefile
parentaca8e90cd9f632ffcedbf0ce97bf4c22c955a3d8 (diff)
downloadllvm-aa4730d9c33127c71af3df3b1e92fa8284d89252.tar.gz
llvm-aa4730d9c33127c71af3df3b1e92fa8284d89252.tar.bz2
llvm-aa4730d9c33127c71af3df3b1e92fa8284d89252.tar.xz
Link to ipo library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1394 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 2e07a1fc64..903591c80c 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms target analysis
+USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms ipo target analysis
include $(LEVEL)/Makefile.common