mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-12 02:47:10 +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
|
VirtRegRewriter.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries (LLVMCodeGen LLVMCore)
|
target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)
|
||||||
|
@ -20,3 +20,5 @@ add_llvm_library(LLVMSelectionDAG
|
|||||||
SelectionDAGPrinter.cpp
|
SelectionDAGPrinter.cpp
|
||||||
TargetLowering.cpp
|
TargetLowering.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen)
|
||||||
|
@ -27,3 +27,5 @@ add_llvm_target(ARMCodeGen
|
|||||||
ThumbInstrInfo.cpp
|
ThumbInstrInfo.cpp
|
||||||
ThumbRegisterInfo.cpp
|
ThumbRegisterInfo.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG)
|
||||||
|
@ -23,3 +23,5 @@ add_llvm_target(AlphaCodeGen
|
|||||||
AlphaTargetAsmInfo.cpp
|
AlphaTargetAsmInfo.cpp
|
||||||
AlphaTargetMachine.cpp
|
AlphaTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMAlphaCodeGen LLVMSelectionDAG)
|
||||||
|
@ -22,3 +22,5 @@ add_llvm_target(CellSPUCodeGen
|
|||||||
SPUTargetAsmInfo.cpp
|
SPUTargetAsmInfo.cpp
|
||||||
SPUTargetMachine.cpp
|
SPUTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMCellSPUCodeGen LLVMSelectionDAG)
|
||||||
|
@ -18,3 +18,5 @@ add_llvm_target(IA64CodeGen
|
|||||||
IA64TargetAsmInfo.cpp
|
IA64TargetAsmInfo.cpp
|
||||||
IA64TargetMachine.cpp
|
IA64TargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMIA64CodeGen LLVMSelectionDAG)
|
||||||
|
@ -20,3 +20,5 @@ add_llvm_target(MipsCodeGen
|
|||||||
MipsTargetAsmInfo.cpp
|
MipsTargetAsmInfo.cpp
|
||||||
MipsTargetMachine.cpp
|
MipsTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMMipsCodeGen LLVMSelectionDAG)
|
||||||
|
@ -26,3 +26,5 @@ add_llvm_target(PowerPCCodeGen
|
|||||||
PPCTargetAsmInfo.cpp
|
PPCTargetAsmInfo.cpp
|
||||||
PPCTargetMachine.cpp
|
PPCTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMPowerPCCodeGen LLVMSelectionDAG)
|
||||||
|
@ -21,3 +21,5 @@ add_llvm_target(SparcCodeGen
|
|||||||
SparcTargetAsmInfo.cpp
|
SparcTargetAsmInfo.cpp
|
||||||
SparcTargetMachine.cpp
|
SparcTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMSparcCodeGen LLVMSelectionDAG)
|
||||||
|
@ -27,3 +27,5 @@ add_llvm_target(X86CodeGen
|
|||||||
X86TargetMachine.cpp
|
X86TargetMachine.cpp
|
||||||
X86FastISel.cpp
|
X86FastISel.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries (LLVMX86CodeGen LLVMSelectionDAG)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user