Link to analysis.o not analysis.a
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3
4 USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
5            ipo ipa.a datastructure.a transforms target.a analysis \
6            transformutils vmcore support
7 TOOLLINKOPTS = -ldl
8
9 include $(LEVEL)/Makefile.common
10