Makefile change for IPO's that use the Datastructure analysis stuff

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-03-28 18:10:31 +00:00
parent bda28f7c2a
commit bfd3a6afb0

View 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