summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
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/lli/Makefile
parent79a4e8e2d62c57e729656eb8ff8744a726b82e14 (diff)
downloadllvm-253aef8e59d8d8145c13e4fa08eb8eb0aef1ace7.tar.gz
llvm-253aef8e59d8d8145c13e4fa08eb8eb0aef1ace7.tar.bz2
llvm-253aef8e59d8d8145c13e4fa08eb8eb0aef1ace7.tar.xz
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/lli/Makefile')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 683df154e7..666a1f69b5 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 \