aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commit253aef8e59d8d8145c13e4fa08eb8eb0aef1ace7 (patch)
tree13cce6a2021a33fba82108a6d6397a6dc87ff38a /tools
parent79a4e8e2d62c57e729656eb8ff8744a726b82e14 (diff)
downloadexternal_llvm-253aef8e59d8d8145c13e4fa08eb8eb0aef1ace7.zip
external_llvm-253aef8e59d8d8145c13e4fa08eb8eb0aef1ace7.tar.gz
external_llvm-253aef8e59d8d8145c13e4fa08eb8eb0aef1ace7.tar.bz2
Preselection is now integrated into the Sparc target library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/Makefile1
-rw-r--r--tools/lli/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 213530d..76008ef 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -7,7 +7,6 @@ USEDLIBS = sparc \
sched \
select \
codegen \
- preopts \
target.a \
livevar \
transforms.a \
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 683df15..666a1f6 100644
--- a/tools/lli/Makefile
+++ b/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 \