summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-07-16 14:17:16 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-07-16 14:17:16 +0000
commita93c8a89c148a92a4234e0dcc76231b13bebc4e7 (patch)
tree3a112383211c40df133af718979553e53614bb09 /CMakeLists.txt
parentc3c661d4c12978f3ca66626b35c6c656aa9a8478 (diff)
downloadllvm-a93c8a89c148a92a4234e0dcc76231b13bebc4e7.tar.gz
llvm-a93c8a89c148a92a4234e0dcc76231b13bebc4e7.tar.bz2
llvm-a93c8a89c148a92a4234e0dcc76231b13bebc4e7.tar.xz
Build script changes for R600/SI Codegen v6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb64db91bc..f03cfbca96 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,6 +74,7 @@ set(LLVM_EXAMPLES_BINARY_DIR ${LLVM_BINARY_DIR}/examples)
set(LLVM_LIBDIR_SUFFIX "" CACHE STRING "Define suffix of library directory name (32/64)" )
set(LLVM_ALL_TARGETS
+ AMDGPU
ARM
CellSPU
CppBackend