Makefile change for IPO's that use the Datastructure analysis stuff
llvm-svn: 2015
This commit is contained in:
parent
64fd935489
commit
97ca0eacb1
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue