mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Lines need to end with \ to make sure they're actually continued
llvm-svn: 15525
This commit is contained in:
parent
9fe4bea4d9
commit
676315bb41
@ -9,8 +9,8 @@
|
||||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = cwriter powerpc sparcv9 x86 skeleton selectiondag sparcv9regalloc
|
||||
sched codegen target.a sparcv9livevar ipa.a transforms.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)
|
||||
|
Loading…
Reference in New Issue
Block a user