KEEP_SYMBOLS by default.
[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 preselect \
6            livevar scalaropts \
7            ipo ipa.a datastructure.a transforms target.a analysis \
8            transformutils vmcore support
9 TOOLLINKOPTS = -ldl $(ExportSymbols)
10
11 KEEP_SYMBOLS = 1
12
13 include $(LEVEL)/Makefile.common
14