mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Use the SparcV9-marked instr scheduling library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16851 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b68973617
commit
41605ab6e7
@ -17,7 +17,7 @@ USEDLIBS = \
|
||||
skeleton \
|
||||
selectiondag \
|
||||
sparcv9regalloc \
|
||||
sched \
|
||||
sparcv9sched \
|
||||
codegen \
|
||||
target.a \
|
||||
sparcv9livevar \
|
||||
|
@ -41,7 +41,7 @@ endif
|
||||
ifdef ENABLE_SPARC_JIT
|
||||
CPPFLAGS += -DENABLE_SPARC_JIT
|
||||
JITLIBS += sparcv9
|
||||
ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
|
||||
ARCHLIBS += sparcv9sched sparcv9livevar instrument.a profpaths \
|
||||
bcwriter transforms.a ipo.a ipa.a datastructure.a \
|
||||
sparcv9regalloc
|
||||
endif
|
||||
|
@ -42,7 +42,7 @@ endif
|
||||
ifdef ENABLE_SPARC_JIT
|
||||
CPPFLAGS += -DENABLE_SPARC_JIT
|
||||
JITLIBS += sparcv9
|
||||
ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
|
||||
ARCHLIBS += sparcv9sched sparcv9livevar instrument.a profpaths \
|
||||
bcwriter transforms.a ipo.a ipa.a datastructure.a \
|
||||
sparcv9regalloc
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user