Incorporate mapping library into the sparc library

llvm-svn: 7800
This commit is contained in:
Chris Lattner 2003-08-13 02:28:20 +00:00
parent c6ea2085bd
commit 6cc411cb24
3 changed files with 3 additions and 4 deletions

View File

@ -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 \

View File

@ -1,7 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping \
sparc \
USEDLIBS = sparc \
x86 \
selection \
regalloc \

View File

@ -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 \