This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy] Add support for visibility
ClosedPublic

Authored by jakehehrlich on Jan 2 2018, 1:47 PM.

Details

Reviewers
phosek
jhenderson
Summary

I have no clue how this was missed when symbol table support was added. This change ensures that the visibility of symbols is preserved by default.

Diff Detail

Repository
rL LLVM

Event Timeline

jakehehrlich created this revision.Jan 2 2018, 1:47 PM
phosek accepted this revision.Jan 2 2018, 1:55 PM

LGTM

This revision is now accepted and ready to land.Jan 2 2018, 1:55 PM
jakehehrlich closed this revision.Jan 2 2018, 4:55 PM

Committed this in r321681