da1e7c50475ef84a686f8b027b14477727396915
[oota-llvm.git] / tools / llc / Makefile
1 LEVEL = ../..
2 TOOLNAME = llc
3 USEDLIBS = mapping sparc target.a regalloc sched select preopts postopts.a target.a \
4            instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
5            scalaropts transforms analysis transformutils vmcore support
6 TOOLLINKOPTS = -ldl $(ExportSymbols)
7
8 KEEP_SYMBOLS = 1
9
10 include $(LEVEL)/Makefile.common
11