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

llvm-svn: 2015
This commit is contained in:
Chris Lattner 2002-03-28 18:10:31 +00:00
parent 64fd935489
commit 97ca0eacb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
LEVEL = ../.. LEVEL = ../..
TOOLNAME = opt TOOLNAME = opt
USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \ 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 include $(LEVEL)/Makefile.common