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