aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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