forked from OSchip/llvm-project
* Add PowerPC library to LLC
* Fit used libraries on a few lines llvm-svn: 15524
This commit is contained in:
parent
1d1d1c4676
commit
f7667b1845
|
@ -9,24 +9,9 @@
|
|||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = cwriter \
|
||||
sparcv9 \
|
||||
x86 \
|
||||
skeleton \
|
||||
selectiondag \
|
||||
sparcv9regalloc \
|
||||
sched \
|
||||
codegen \
|
||||
target.a \
|
||||
sparcv9livevar \
|
||||
ipa.a \
|
||||
transforms.a \
|
||||
scalaropts.a \
|
||||
analysis.a \
|
||||
transformutils.a \
|
||||
bcreader \
|
||||
bcwriter \
|
||||
vmcore \
|
||||
USEDLIBS = cwriter powerpc sparcv9 x86 skeleton selectiondag sparcv9regalloc
|
||||
sched codegen target.a sparcv9livevar ipa.a transforms.a
|
||||
scalaropts.a analysis.a transformutils.a bcreader bcwriter vmcore \
|
||||
support.a
|
||||
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
||||
|
||||
|
|
Loading…
Reference in New Issue