llvm-6502/tools/llc/Makefile
Chris Lattner 68d9ed8b76 Remove ugly hack (that I put in originally) for building in trace stuff
automatically in LLC


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6358 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-27 21:23:02 +00:00

25 lines
469 B
Makefile

LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping \
sparc \
regalloc \
sched \
select \
codegen \
preopts \
postopts.a \
target.a \
livevar \
transforms.a \
scalaropts.a \
analysis.a \
transformutils.a \
bcreader \
bcwriter \
vmcore \
support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common