llvm/tools/llc/Makefile
2002-10-28 01:13:07 +00:00

31 lines
592 B
Makefile

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 $(ExportSymbols)
KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common