forked from OSchip/llvm-project
Sparc peephole optimizer moved out of post-opts library into Sparc target library
llvm-svn: 8302
This commit is contained in:
parent
8a3d3d26a5
commit
c7f87d30ab
|
@ -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 \
|
||||
select postopts.a preopts
|
||||
select preopts
|
||||
endif
|
||||
|
||||
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
|
||||
|
|
|
@ -8,7 +8,6 @@ USEDLIBS = sparc \
|
|||
select \
|
||||
codegen \
|
||||
preopts \
|
||||
postopts.a \
|
||||
target.a \
|
||||
livevar \
|
||||
transforms.a \
|
||||
|
|
|
@ -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 \
|
||||
select postopts.a preopts
|
||||
select preopts
|
||||
endif
|
||||
|
||||
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
|
||||
|
|
Loading…
Reference in New Issue