1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/tools/llc/Makefile
Vikram S. Adve cf72aec30d Don't build llc symbols by default.
llvm-svn: 4565
2002-11-06 16:10:57 +00:00

29 lines
557 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
include $(LEVEL)/Makefile.common