forked from OSchip/llvm-project
while we're at it, make the libraries be on separate lines
llvm-svn: 15526
This commit is contained in:
parent
eabe770156
commit
c76471842a
|
@ -9,9 +9,26 @@
|
|||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
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 \
|
||||
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