diff options
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/Makefile.JIT | 2 | ||||
-rw-r--r-- | llvm/tools/llc/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/Makefile.JIT b/llvm/tools/Makefile.JIT index e9e64787e26..6b2bb56ea75 100644 --- a/llvm/tools/Makefile.JIT +++ b/llvm/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/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index 553ff952add..5e244cb5960 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/tools/llc/Makefile @@ -10,6 +10,7 @@ LEVEL = ../.. TOOLNAME = llc USEDLIBS = \ + LLVMSparcV9ModuloSched \ LLVMCBackend \ LLVMPowerPC \ LLVMSparcV9 \ |