No need to explicitly inclue ExportSymbols now
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3
4 USEDLIBS = bcreader bcwriter instrument profpaths \
5            sparc target.a mapping regalloc.a sched select codegen preopts \
6            postopts.a \
7            livevar scalaropts \
8            ipo ipa.a datastructure transforms target.a analysis \
9            transformutils vmcore support
10
11 TOOLLINKOPTS = -ldl
12 KEEP_SYMBOLS = 1
13
14 include $(LEVEL)/Makefile.common
15