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
C
mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.
lgtm. Wouldn't hurt to comment that this depends on a linker new enough to
support the new reloc types (only reason it's conditional at all) and since we
default to lld we don't worry abo
phosek created this revision.
phosek added a reviewer: mcgrathr.
Herald added subscribers: cfe-commits, mgorny.
This enables x86 relaxation by default.
Repository:
rC Clang
https://reviews.llvm.org/D56349
Files:
clang/cmake/caches/Fuchsia-stage2.cmake
Index: clang/cmake/caches/Fuchsia-st