mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
CMake build fixes, from Xerxes Ranby
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
45f5d6417b
commit
033080cf6a
@ -64,4 +64,4 @@ add_llvm_library(LLVMCodeGen
|
||||
VirtRegRewriter.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMCodeGen LLVMCore)
|
||||
target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)
|
||||
|
@ -20,3 +20,5 @@ add_llvm_library(LLVMSelectionDAG
|
||||
SelectionDAGPrinter.cpp
|
||||
TargetLowering.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen)
|
||||
|
@ -27,3 +27,5 @@ add_llvm_target(ARMCodeGen
|
||||
ThumbInstrInfo.cpp
|
||||
ThumbRegisterInfo.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG)
|
||||
|
@ -23,3 +23,5 @@ add_llvm_target(AlphaCodeGen
|
||||
AlphaTargetAsmInfo.cpp
|
||||
AlphaTargetMachine.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMAlphaCodeGen LLVMSelectionDAG)
|
||||
|
@ -22,3 +22,5 @@ add_llvm_target(CellSPUCodeGen
|
||||
SPUTargetAsmInfo.cpp
|
||||
SPUTargetMachine.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMCellSPUCodeGen LLVMSelectionDAG)
|
||||
|
@ -18,3 +18,5 @@ add_llvm_target(IA64CodeGen
|
||||
IA64TargetAsmInfo.cpp
|
||||
IA64TargetMachine.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMIA64CodeGen LLVMSelectionDAG)
|
||||
|
@ -20,3 +20,5 @@ add_llvm_target(MipsCodeGen
|
||||
MipsTargetAsmInfo.cpp
|
||||
MipsTargetMachine.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMMipsCodeGen LLVMSelectionDAG)
|
||||
|
@ -26,3 +26,5 @@ add_llvm_target(PowerPCCodeGen
|
||||
PPCTargetAsmInfo.cpp
|
||||
PPCTargetMachine.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMPowerPCCodeGen LLVMSelectionDAG)
|
||||
|
@ -21,3 +21,5 @@ add_llvm_target(SparcCodeGen
|
||||
SparcTargetAsmInfo.cpp
|
||||
SparcTargetMachine.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMSparcCodeGen LLVMSelectionDAG)
|
||||
|
@ -27,3 +27,5 @@ add_llvm_target(X86CodeGen
|
||||
X86TargetMachine.cpp
|
||||
X86FastISel.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMX86CodeGen LLVMSelectionDAG)
|
||||
|
Loading…
Reference in New Issue
Block a user