llvm-6502/tools/llc/Makefile

27 lines
528 B
Makefile
Raw Normal View History

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