CMake: Reflected changes on the CellSPU target build. May require a

clean start.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58924 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Oscar Fuentes 2008-11-08 20:37:19 +00:00
parent eed0ec73b9
commit a4dd926011
2 changed files with 13 additions and 2 deletions

View File

@ -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})

View File

@ -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