diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-07-16 18:19:46 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-07-16 18:19:46 +0000 |
commit | 38cda13c058a32ff4e84dd44ebd5b5f0e25b948e (patch) | |
tree | 0c050ad3ca5e75c3bcd491ff0dd5780756299f87 /CMakeLists.txt | |
parent | a4be0720c56e60194572a9b12a09a62e35324fcc (diff) |
Revert "Build script changes for R600/SI Codegen v6"
This reverts commit e3013202259ed1e006c21817c63cf25d75982721.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f03cfbca96..bb64db91bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,6 @@ 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 |