summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 20:30:17 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 20:30:17 +0000
commite722930efddc1aa4789d12971ef473a6fbf1b6e2 (patch)
tree24d42109103a93cd048fdea8f02931df6c00002a /llvm
parentc87312a858efd4ef7a896823b53eda3133d53372 (diff)
downloadbcm5719-llvm-e722930efddc1aa4789d12971ef473a6fbf1b6e2.tar.gz
bcm5719-llvm-e722930efddc1aa4789d12971ef473a6fbf1b6e2.zip
Preselection is now integrated into the Sparc target library
llvm-svn: 8305
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
-rw-r--r--llvm/tools/llc/Makefile1
-rw-r--r--llvm/tools/lli/Makefile2
3 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index 683df154e7d..666a1f69b54 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -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 preopts
+ select
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile
index 213530d0b26..76008efcf25 100644
--- a/llvm/tools/llc/Makefile
+++ b/llvm/tools/llc/Makefile
@@ -7,7 +7,6 @@ USEDLIBS = sparc \
sched \
select \
codegen \
- preopts \
target.a \
livevar \
transforms.a \
diff --git a/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile
index 683df154e7d..666a1f69b54 100644
--- a/llvm/tools/lli/Makefile
+++ b/llvm/tools/lli/Makefile
@@ -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 preopts
+ select
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
OpenPOWER on IntegriCloud