This is an archive of the discontinued LLVM Phabricator instance.

[CMake][Fuchsia] Enable x86 relaxation by default
ClosedPublic

Authored by phosek on Jan 4 2019, 11:46 PM.

Diff Detail

Repository
rC Clang

Event Timeline

phosek created this revision.Jan 4 2019, 11:46 PM
mcgrathr accepted this revision.Jan 4 2019, 11:55 PM

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.

This revision is now accepted and ready to land.Jan 4 2019, 11:55 PM
This revision was automatically updated to reflect the committed changes.