projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
732f4bc
)
Target/R600: Fix CMake build to add missing files.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 1 Apr 2013 22:05:58 +0000
(22:05 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 1 Apr 2013 22:05:58 +0000
(22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178508
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/R600/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/Target/R600/CMakeLists.txt
b/lib/Target/R600/CMakeLists.txt
index 63c59e1cb5bb83147c4f47081039caa28a5c236f..8efba5846befbf94b5d75720dae8bd5780f0bb5f 100644
(file)
--- 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