Makefile change for IPO's that use the Datastructure analysis stuff
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3 USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
4            ipo ipa datastructure target analysis transforms vmcore support
5
6 include $(LEVEL)/Makefile.common
7