mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-17 23:44:43 +00:00
Target/R600: Fix CMake build to add missing files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
732f4bc7c4
commit
8d9594fe92
@ -27,6 +27,7 @@ add_llvm_target(R600CodeGen
|
||||
AMDGPUFrameLowering.cpp
|
||||
AMDGPUIndirectAddressing.cpp
|
||||
AMDGPUMCInstLower.cpp
|
||||
AMDGPUMachineFunction.cpp
|
||||
AMDGPUSubtarget.cpp
|
||||
AMDGPUStructurizeCFG.cpp
|
||||
AMDGPUTargetMachine.cpp
|
||||
@ -34,6 +35,8 @@ add_llvm_target(R600CodeGen
|
||||
AMDGPUConvertToISA.cpp
|
||||
AMDGPUInstrInfo.cpp
|
||||
AMDGPURegisterInfo.cpp
|
||||
R600ControlFlowFinalizer.cpp
|
||||
R600EmitClauseMarkers.cpp
|
||||
R600ExpandSpecialInstrs.cpp
|
||||
R600InstrInfo.cpp
|
||||
R600ISelLowering.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user