Makefile change for IPO's that use the Datastructure analysis stuff
authorChris Lattner <sabre@nondot.org>
Thu, 28 Mar 2002 18:10:31 +0000 (18:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Mar 2002 18:10:31 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2015 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 073cc0e527e049d2426b93f245d72599861a8d71..8a7fec4bfcb374f6ccce4a6648ed5dae86ee4cfc 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 TOOLNAME = opt
 USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
-           ipo ipa target analysis transforms vmcore support
+           ipo ipa datastructure target analysis transforms vmcore support
 
 include $(LEVEL)/Makefile.common