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

include $(LEVEL)/Makefile.common