summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:14:56 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:14:56 +0000
commit41605ab6e7879c0b1d997f0ca41b7f3fc30da717 (patch)
tree7f5438097291ea138c40d7d7106ba0de15301c0f /tools
parent6b68973617b8c4d5842595f1c77ef716807f629b (diff)
downloadllvm-41605ab6e7879c0b1d997f0ca41b7f3fc30da717.tar.gz
llvm-41605ab6e7879c0b1d997f0ca41b7f3fc30da717.tar.bz2
llvm-41605ab6e7879c0b1d997f0ca41b7f3fc30da717.tar.xz
Use the SparcV9-marked instr scheduling library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/Makefile2
-rw-r--r--tools/lli/Makefile2
-rw-r--r--tools/llvm-db/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index ed3225a75b..c11c521f9c 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -17,7 +17,7 @@ USEDLIBS = \
skeleton \
selectiondag \
sparcv9regalloc \
- sched \
+ sparcv9sched \
codegen \
target.a \
sparcv9livevar \
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 403c396528..d43fce3162 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -41,7 +41,7 @@ endif
ifdef ENABLE_SPARC_JIT
CPPFLAGS += -DENABLE_SPARC_JIT
JITLIBS += sparcv9
- ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
+ ARCHLIBS += sparcv9sched sparcv9livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a \
sparcv9regalloc
endif
diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile
index 65f7b40cd8..6b3e6b5ba6 100644
--- a/tools/llvm-db/Makefile
+++ b/tools/llvm-db/Makefile
@@ -42,7 +42,7 @@ endif
ifdef ENABLE_SPARC_JIT
CPPFLAGS += -DENABLE_SPARC_JIT
JITLIBS += sparcv9
- ARCHLIBS += sched sparcv9livevar instrument.a profpaths \
+ ARCHLIBS += sparcv9sched sparcv9livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a \
sparcv9regalloc
endif