No need to explicitly inclue ExportSymbols now
[oota-llvm.git] / tools / llc / Makefile
1 LEVEL = ../..
2 TOOLNAME = llc
3 USEDLIBS = mapping \
4            sparc \
5            regalloc \
6            sched \
7            select \
8            codegen \
9            preopts \
10            postopts.a \
11            target.a \
12            instrument \
13            livevar \
14            bcreader \
15            bcwriter \
16            ipo \
17            ipa.a \
18            datastructure.a \
19            scalaropts \
20            transforms \
21            analysis \
22            transformutils \
23            vmcore \
24            support
25 TOOLLINKOPTS = -ldl
26 KEEP_SYMBOLS = 1
27
28 include $(LEVEL)/Makefile.common
29