llvm-6502/tools/llc/Makefile

29 lines
557 B
Makefile
Raw Normal View History

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