diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-06-26 21:15:07 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-06-26 21:15:07 +0000 |
| commit | 347ac79b15e7102358a6938085fd1f348fa7eed0 (patch) | |
| tree | 36f25ae3c56c22fff67423c1406239b7454febe9 /llvm/lib/Target/AMDGPU/CMakeLists.txt | |
| parent | b5798b09d302a5f49a05ad9a2df2ae8c646b3802 (diff) | |
| download | bcm5719-llvm-347ac79b15e7102358a6938085fd1f348fa7eed0.tar.gz bcm5719-llvm-347ac79b15e7102358a6938085fd1f348fa7eed0.zip | |
AMDGPU/SI: Add hsa code object directives
Reviewers: arsenm
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D10757
llvm-svn: 240831
Diffstat (limited to 'llvm/lib/Target/AMDGPU/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/AMDGPU/CMakeLists.txt b/llvm/lib/Target/AMDGPU/CMakeLists.txt index 3e5ff1f3c6d..9460bf6b933 100644 --- a/llvm/lib/Target/AMDGPU/CMakeLists.txt +++ b/llvm/lib/Target/AMDGPU/CMakeLists.txt @@ -62,3 +62,4 @@ add_subdirectory(AsmParser) add_subdirectory(InstPrinter) add_subdirectory(TargetInfo) add_subdirectory(MCTargetDesc) +add_subdirectory(Utils) |

