This is an archive of the discontinued LLVM Phabricator instance.

[docs][llvm-readelf][llvm-readobj] Improve --stack-sizes documentation
ClosedPublic

Authored by jhenderson on Sep 13 2019, 6:17 AM.

Details

Summary

llvm-readobj's document was missing --stack-sizes entirely from its document, so this patch adds it. It also adds a note to the llvm-readelf description that the switch is only implemented for GNU style output currently. For reference, --stack-sizes was added in rL367942.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Sep 13 2019, 6:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2019, 6:17 AM
jhenderson retitled this revision from [docs][llvm-readelf to [docs][llvm-readelf][llvm-readobj] Imrpove --stack-sizes documentation.Sep 13 2019, 6:20 AM
jhenderson edited the summary of this revision. (Show Details)
MaskRay accepted this revision.Sep 13 2019, 6:51 AM

LG. D65313 added the support for GNU style output.

This revision is now accepted and ready to land.Sep 13 2019, 6:51 AM
jhenderson retitled this revision from [docs][llvm-readelf][llvm-readobj] Imrpove --stack-sizes documentation to [docs][llvm-readelf][llvm-readobj] Improve --stack-sizes documentation.Sep 13 2019, 7:57 AM
This revision was automatically updated to reflect the committed changes.