Remove ugly hack (that I put in originally) for building in trace stuff
[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 = -ldl
22
23 include $(LEVEL)/Makefile.common
24