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

2019-01-05 Thread Petr Hosek via Phabricator via cfe-commits
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

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

2019-01-04 Thread Roland McGrath via Phabricator via cfe-commits
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

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

2019-01-04 Thread Petr Hosek via Phabricator via cfe-commits
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