llvm-6502/tools/llc/Makefile

27 lines
512 B
Makefile
Raw Normal View History

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