summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.JIT2
-rw-r--r--tools/llc/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.JIT b/tools/Makefile.JIT
index e9e64787e2..6b2bb56ea7 100644
--- a/tools/Makefile.JIT
+++ b/tools/Makefile.JIT
@@ -44,7 +44,7 @@ endif
# What the Sparc JIT requires
ifdef ENABLE_SPARCV9_JIT
JITLIBS += LLVMSparcV9
- ARCHLIBS += LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
+ ARCHLIBS += LLVMSparcV9ModuloSched LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \
LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a \
LLVMipa.a LLVMDataStructure.a LLVMSparcV9RegAlloc
endif
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 553ff952ad..5e244cb596 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -10,6 +10,7 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = \
+ LLVMSparcV9ModuloSched \
LLVMCBackend \
LLVMPowerPC \
LLVMSparcV9 \