summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
blob: c49b5232fe9cb0f2218f23c4ee0b218d0ccf1a72 (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 \
           x86 \
	   selection \
           regalloc \
           sched \
           select \
           codegen \
           preopts \
           postopts.a \
           target.a \
           livevar \
           transforms.a \
           scalaropts.a \
           analysis.a \
           transformutils.a \
           bcreader \
           bcwriter \
           vmcore \
           support
TOOLLINKOPTS = $(PLATFORMLIBDL)

include $(LEVEL)/Makefile.common