[PATCH] D56349: [CMake][Fuchsia] Enable x86 relaxation by default

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 5 00:01:40 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rC350460: [CMake][Fuchsia] Enable x86 relaxation by default (authored by phosek, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56349?vs=180356&id=180359#toc

Repository:
  rC Clang

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

https://reviews.llvm.org/D56349

Files:
  cmake/caches/Fuchsia-stage2.cmake


Index: cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- cmake/caches/Fuchsia-stage2.cmake
+++ cmake/caches/Fuchsia-stage2.cmake
@@ -15,6 +15,7 @@
 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_LTO ON CACHE BOOL "")
 if(NOT APPLE)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56349.180359.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190105/eeccea4b/attachment.bin>


More information about the cfe-commits mailing list