summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
blob: 77ee1266acd975e85cff77b89e803ae28964d149 (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
27
28
29
30
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping \
           sparc target.a \
           regalloc \
           sched \
           select \
           codegen \
           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