This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] Decode st_other symbol's flags
ClosedPublic

Authored by atanasyan on Mar 24 2016, 7:45 AM.

Details

Summary

The patch supports common STV_xxx visibility flags and MIPS specific STO_MIPS_xxx flags.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan updated this revision to Diff 51555.Mar 24 2016, 7:45 AM
atanasyan retitled this revision from to [llvm-readobj] Decode st_other symbol's flags.
atanasyan updated this object.
atanasyan added a reviewer: rafael.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a subscriber: llvm-commits.
rafael accepted this revision.Mar 24 2016, 8:32 AM
rafael edited edge metadata.

LGTM

Thanks!

This revision is now accepted and ready to land.Mar 24 2016, 8:32 AM
This revision was automatically updated to reflect the committed changes.

Thanks for review