aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
blob: 301515a69112907858522c1c2feb7ab0d346e4f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping \
           sparc \
           regalloc \
           sched \
           select \
           codegen \
           preopts \
           postopts.a \
           target.a \
           instrument \
           livevar \
           ipo.a \
	   scalaropts.a \
           transforms.a \
           analysis.a \
           transformutils.a \
           bcreader \
	   bcwriter \
           vmcore \
           support
TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common