[PATCH] D56359: [CMake][Fuchsia] Enable build ID, relaxations for first stage

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 5 20:19:41 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350486: [CMake][Fuchsia] Enable build ID, relaxations for first stage (authored by phosek, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D56359?vs=180386&id=180388#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56359/new/

https://reviews.llvm.org/D56359

Files:
  cfe/trunk/cmake/caches/Fuchsia.cmake


Index: cfe/trunk/cmake/caches/Fuchsia.cmake
===================================================================
--- cfe/trunk/cmake/caches/Fuchsia.cmake
+++ cfe/trunk/cmake/caches/Fuchsia.cmake
@@ -14,6 +14,9 @@
 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 "")
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56359.180388.patch
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190106/ea1436cf/attachment.bin>


More information about the cfe-commits mailing list