summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
blob: fd4912944ac3659c655b321a0d5bc6b9a5e8429f (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 \
           regalloc \
           sched \
           select \
           codegen \
           preopts \
           postopts.a \
           target.a \
           instrument \
           livevar \
           bcreader \
           bcwriter \
           ipo \
	   scalaropts \
           transforms \
           analysis \
           ipa \
           datastructure \
           transformutils \
           vmcore \
           support
TOOLLINKOPTS = -ldl

KEEP_SYMBOLS = 1

include $(LEVEL)/Makefile.common