[PATCH] D56349: [CMake][Fuchsia] Enable x86 relaxation by default
Roland McGrath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 4 23:55:44 PST 2019
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 about host system linkers that might be too old to support the new reloc types.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56349/new/
https://reviews.llvm.org/D56349
More information about the cfe-commits
mailing list