aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-04-01 22:05:58 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-04-01 22:05:58 +0000
commit8d9594fe92f207095588ad6eb2472ba5df097a38 (patch)
tree7dce1166e1ae4a160fde58e93a410c6d3f165d11
parent732f4bc7c4baa7546b0942f69562d4fb3f474999 (diff)
downloadexternal_llvm-8d9594fe92f207095588ad6eb2472ba5df097a38.zip
external_llvm-8d9594fe92f207095588ad6eb2472ba5df097a38.tar.gz
external_llvm-8d9594fe92f207095588ad6eb2472ba5df097a38.tar.bz2
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
-rw-r--r--lib/Target/R600/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/R600/CMakeLists.txt b/lib/Target/R600/CMakeLists.txt
index 63c59e1..8efba58 100644
--- a/lib/Target/R600/CMakeLists.txt
+++ b/lib/Target/R600/CMakeLists.txt
@@ -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