mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Incorporate mapping library into the sparc library
llvm-svn: 7800
This commit is contained in:
parent
c6ea2085bd
commit
6cc411cb24
@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT
|
||||
JITLIBS += sparc
|
||||
ARCHLIBS += sched livevar instrument.a profpaths \
|
||||
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
|
||||
mapping select postopts.a preopts
|
||||
select postopts.a preopts
|
||||
endif
|
||||
|
||||
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
|
||||
|
@ -1,7 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = mapping \
|
||||
sparc \
|
||||
USEDLIBS = sparc \
|
||||
x86 \
|
||||
selection \
|
||||
regalloc \
|
||||
|
@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT
|
||||
JITLIBS += sparc
|
||||
ARCHLIBS += sched livevar instrument.a profpaths \
|
||||
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
|
||||
mapping select postopts.a preopts
|
||||
select postopts.a preopts
|
||||
endif
|
||||
|
||||
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
|
||||
|
Loading…
x
Reference in New Issue
Block a user