summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-08-04 07:39:21 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-08-04 07:39:21 +0000
commit4efe35fd5ebd12f5035ce09d58cea6b9b99ce37b (patch)
treebd693d1a15e5c95e8e31059f8aa83d944620b20e /tools/lli/Makefile
parent76333917ebe7462bf65965a6a7ee8d39c5275d03 (diff)
downloadllvm-4efe35fd5ebd12f5035ce09d58cea6b9b99ce37b.tar.gz
llvm-4efe35fd5ebd12f5035ce09d58cea6b9b99ce37b.tar.bz2
llvm-4efe35fd5ebd12f5035ce09d58cea6b9b99ce37b.tar.xz
sparcv9select is history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15479 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 617518c7c1..593459d48a 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -43,7 +43,7 @@ ifdef ENABLE_SPARC_JIT
JITLIBS += sparcv9
ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a \
- sparcv9regalloc sparcv9select
+ sparcv9regalloc
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \