summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2019-01-06 04:14:51 +0000
committerPetr Hosek <phosek@chromium.org>2019-01-06 04:14:51 +0000
commit42af135e0d71d640a941efcdd890084c73917dbf (patch)
tree9372d840b57630d1372a5ad5e5d28a1ce452b3cf
parentb168a7c6604857e507c7da90cdb7c2bc683adf2e (diff)
downloadbcm5719-llvm-42af135e0d71d640a941efcdd890084c73917dbf.tar.gz
bcm5719-llvm-42af135e0d71d640a941efcdd890084c73917dbf.zip
[CMake][Fuchsia] Enable build ID, relaxations for first stage
We want these to be used for the second stage compiler as well. Differential Revision: https://reviews.llvm.org/D56359 llvm-svn: 350486
-rw-r--r--clang/cmake/caches/Fuchsia.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/cmake/caches/Fuchsia.cmake b/clang/cmake/caches/Fuchsia.cmake
index cc3baa294d0..2ac30de6ba1 100644
--- a/clang/cmake/caches/Fuchsia.cmake
+++ b/clang/cmake/caches/Fuchsia.cmake
@@ -14,6 +14,9 @@ set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "")
set(CLANG_INCLUDE_TESTS OFF CACHE BOOL "")
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
+set(ENABLE_LINKER_BUILD_ID ON CACHE BOOL "")
+set(ENABLE_X86_RELAX_RELOCATIONS ON CACHE BOOL "")
+
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
set(CMAKE_BUILD_TYPE Release CACHE STRING "")
OpenPOWER on IntegriCloud