Link to ipo library
authorChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 19:21:02 +0000 (19:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 19:21:02 +0000 (19:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1394 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 2e07a1fc644a91497735d1f246ab4f2f287d05d5..903591c80ce2ab4637c5ab4614737f5cd44bfbee 100644 (file)
@@ -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