This is an archive of the discontinued LLVM Phabricator instance.

Forward -u to the linker on gnutools toolchains
ClosedPublic

Authored by rnk on Jun 25 2014, 6:02 PM.

Details

Summary

The BSDs and Darwin all forward the whole 'u' group, but gcc only
forwards -u so far as I can tell. I only forward -u, since that's a
minimal change, and many people object to magically recognizing and
forwarding linker arguments.

Diff Detail

Event Timeline

rnk updated this revision to Diff 10871.Jun 25 2014, 6:02 PM
rnk retitled this revision from to Forward -u to the linker on gnutools toolchains.
rnk updated this object.
rnk added reviewers: chandlerc, joerg.
rnk added a subscriber: Unknown Object (MLST).
echristo accepted this revision.Jun 25 2014, 6:09 PM
echristo added a reviewer: echristo.
echristo added a subscriber: echristo.

LGTM.

This revision is now accepted and ready to land.Jun 25 2014, 6:09 PM
rnk closed this revision.Jun 25 2014, 6:17 PM
rnk updated this revision to Diff 10872.

Closed by commit rL211756 (authored by @rnk).