llvm-mirror/tools/llc/Makefile

25 lines
469 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = llc
2002-10-28 00:54:59 +00:00
USEDLIBS = mapping \
sparc \
2002-10-28 00:54:59 +00:00
regalloc \
sched \
select \
codegen \
preopts \
postopts.a \
target.a \
livevar \
transforms.a \
scalaropts.a \
analysis.a \
transformutils.a \
2002-10-28 00:54:59 +00:00
bcreader \
bcwriter \
2002-10-28 00:54:59 +00:00
vmcore \
support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common