This is an archive of the discontinued LLVM Phabricator instance.

ELF: Add -Qy as ignored option
ClosedPublic

Authored by emaste on Sep 7 2016, 2:07 PM.

Details

Summary

GCC passes it by default on powerpc64 on FreeBSD. GNU ld claims "this option is ignored for SVR4 compatibility", so we can ignore it too.

Diff Detail

Repository
rL LLVM

Event Timeline

emaste updated this revision to Diff 70592.Sep 7 2016, 2:07 PM
emaste retitled this revision from to ELF: Add -Qy as ignored option.
emaste updated this object.
emaste added reviewers: ruiu, rafael.
emaste added a project: lld.
emaste added a subscriber: llvm-commits.
davide accepted this revision.Sep 7 2016, 2:10 PM
davide added a reviewer: davide.
davide added a subscriber: davide.

lgtm, thanks

This revision is now accepted and ready to land.Sep 7 2016, 2:10 PM
This revision was automatically updated to reflect the committed changes.