mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
f2e4f5a388
llvm-svn: 8305
24 lines
465 B
Makefile
24 lines
465 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = llc
|
|
USEDLIBS = sparc \
|
|
x86 \
|
|
selectiondag \
|
|
regalloc \
|
|
sched \
|
|
select \
|
|
codegen \
|
|
target.a \
|
|
livevar \
|
|
transforms.a \
|
|
scalaropts.a \
|
|
analysis.a \
|
|
transformutils.a \
|
|
bcreader \
|
|
bcwriter \
|
|
vmcore \
|
|
support
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|