summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
blob: c8a3042f42de6acfe613a2dc84a11af1429874d9 (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

include $(LEVEL)/Makefile.common