mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
1. Remove libraries no longer created from the list of libraries linked into the
SparcV9 JIT. 2. Make LLVMTransformUtils a relinked object file and always link it before LLVMAnalysis.a. These two libraries have circular dependencies on each other which creates problem when building the SparcV9 JIT. This change fixes the dependency on all platforms problems with a minimum of fuss. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,7 +11,7 @@ LEVEL = ../..
|
||||
|
||||
TOOLNAME = llvm-ld
|
||||
USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
|
||||
LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
|
||||
LLVMipa.a LLVMTransformUtils LLVMTarget.a LLVMLinker.a \
|
||||
LLVMArchive.a LLVMBCReader LLVMBCWriter \
|
||||
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
||||
|
||||
|
Reference in New Issue
Block a user