Add support for optimization passes that use a TargetMachine object.
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3
4 USEDLIBS = bcreader bcwriter instrument profpaths \
5            sparc.a target.a mapping.a regalloc.a sched.a select.a preselect \
6            livevar.a sparc.a scalaropts \
7            ipo ipa.a datastructure.a transforms target.a analysis \
8            transformutils vmcore support
9 TOOLLINKOPTS = -ldl
10
11 include $(LEVEL)/Makefile.common
12