From d6d8b83742fea979af34ce184cf60249450fabec Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 28 Oct 2004 06:39:10 +0000 Subject: [PATCH] Fix library names for sparc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17311 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile.JIT | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/Makefile.JIT b/tools/Makefile.JIT index 7a2c48f5a6b..e9e64787e26 100644 --- a/tools/Makefile.JIT +++ b/tools/Makefile.JIT @@ -44,9 +44,9 @@ endif # What the Sparc JIT requires ifdef ENABLE_SPARCV9_JIT JITLIBS += LLVMSparcV9 - ARCHLIBS += LLVMSparcV9sched LLVMSparcV9livevar LLVMInstrumentation.a \ - LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \ - LLVMDataStructure.a LLVMSparcV9regalloc + ARCHLIBS += LLVMSparcV9InstrSched LLVMSparcV9LiveVar LLVMInstrumentation.a \ + LLVMProfilePaths LLVMBCWriter LLVMTransforms.a LLVMipo.a \ + LLVMipa.a LLVMDataStructure.a LLVMSparcV9RegAlloc endif # You can enable the PowerPC JIT on a non-PowerPC host by setting the flag