This is an archive of the discontinued LLVM Phabricator instance.

[docs][llvm-nm] Fix documentation regarding llvm-nm reading stdin
ClosedPublic

Authored by jhenderson on Jun 11 2019, 6:22 AM.

Details

Summary

llvm-nm reads a.out NOT stdin when no input file is specified. This patch fixes the doc accordingly, and rephrases the surrounding sentence slightly.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Jun 11 2019, 6:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2019, 6:22 AM
jhenderson retitled this revision from [docs][llvm-nm to [docs][llvm-nm] Fix documentation regarding llvm-nm reading stdin.Jun 11 2019, 6:26 AM
jhenderson edited the summary of this revision. (Show Details)
jhenderson added subscribers: gbreynoo, chrisjackson, edd and 2 others.
grimar accepted this revision.Jun 11 2019, 6:30 AM

I confirm it matches the behavior I am observing.

This revision is now accepted and ready to land.Jun 11 2019, 6:30 AM
This revision was automatically updated to reflect the committed changes.