mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
cf72aec30d
llvm-svn: 4565
29 lines
557 B
Makefile
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
|
|
|