1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llc/Makefile
2003-08-15 04:56:09 +00:00

26 lines
510 B
Makefile

LEVEL = ../..
TOOLNAME = llc
USEDLIBS = sparc \
x86 \
selectiondag \
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