forked from OSchip/llvm-project
CMake: Reflected changes on the CellSPU target build. May require a
clean start. llvm-svn: 58924
This commit is contained in:
parent
b200b648c4
commit
676e5194d0
|
@ -0,0 +1,12 @@
|
|||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/..
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/..
|
||||
)
|
||||
|
||||
add_partially_linked_object(LLVMCellSPUAsmPrinter
|
||||
SPUAsmPrinter.cpp
|
||||
)
|
||||
|
||||
target_name_of_partially_linked_object(LLVMCellSPU n)
|
||||
|
||||
add_dependencies(LLVMCellSPUAsmPrinter ${n})
|
|
@ -11,8 +11,7 @@ tablegen(SPUGenDAGISel.inc -gen-dag-isel)
|
|||
tablegen(SPUGenSubtarget.inc -gen-subtarget)
|
||||
tablegen(SPUGenCallingConv.inc -gen-callingconv)
|
||||
|
||||
add_llvm_target(CellSPU
|
||||
SPUAsmPrinter.cpp
|
||||
add_llvm_target(CellSPUCodeGen
|
||||
SPUFrameInfo.cpp
|
||||
SPUHazardRecognizers.cpp
|
||||
SPUInstrInfo.cpp
|
||||
|
|
Loading…
Reference in New Issue