llvm-6502/tools/llc/Makefile
2003-09-01 20:30:17 +00:00

24 lines
465 B
Makefile

LEVEL = ../..
TOOLNAME = llc
USEDLIBS = sparc \
x86 \
selectiondag \
regalloc \
sched \
select \
codegen \
target.a \
livevar \
transforms.a \
scalaropts.a \
analysis.a \
transformutils.a \
bcreader \
bcwriter \
vmcore \
support
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common