16156f110b5c4897390fc5fd73d579d2fcc4e941
[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            livevar \
13            transforms.a \
14            scalaropts.a \
15            analysis.a \
16            transformutils.a \
17            bcreader \
18            bcwriter \
19            vmcore \
20            support
21 TOOLLINKOPTS = $(PLATFORMLIBDL)
22
23 include $(LEVEL)/Makefile.common
24