mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Lines need to end with \ to make sure they're actually continued
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15525 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9ebe8a303
commit
5520bd3839
@ -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