Eliminate opt library
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3 USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \
4            scalaropts ipo target analysis vmcore support
5
6 include $(LEVEL)/Makefile.common
7