summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
blob: da1e7c50475ef84a686f8b027b14477727396915 (plain)
1
2
3
4
5
6
7
8
9
10
11
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping sparc target.a regalloc sched select preopts postopts.a target.a \
           instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
	   scalaropts transforms analysis transformutils vmcore support
TOOLLINKOPTS = -ldl $(ExportSymbols)

KEEP_SYMBOLS = 1

include $(LEVEL)/Makefile.common