while we're at it, make the libraries be on separate lines

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15526 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-08-05 18:32:57 +00:00
parent 5520bd3839
commit 84b3e01ac2

View File

@ -9,10 +9,27 @@
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 \
support.a
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)
include $(LEVEL)/Makefile.common