diff options
author | Alex Brachet <alexbrachetmialot@gmail.com> | 2019-07-16 15:33:43 +0000 |
---|---|---|
committer | Alex Brachet <alexbrachetmialot@gmail.com> | 2019-07-16 15:33:43 +0000 |
commit | 2eacf698802b5c8bc3c9e0031ac11cd0d79f9eae (patch) | |
tree | 30601ed213acf9d0ecfe7b2b0342852bbb1f93ec /llvm/docs/CommandGuide | |
parent | 88ed076e44756f5418be17596cec943eea864f30 (diff) | |
download | bcm5719-llvm-2eacf698802b5c8bc3c9e0031ac11cd0d79f9eae.tar.gz bcm5719-llvm-2eacf698802b5c8bc3c9e0031ac11cd0d79f9eae.zip |
Revert [tools] [llvm-nm] Default to reading from stdin not a.out
This reverts r365889 (git commit 60c81354b1d3fced1bd284d334f118d2d792ab4b)
llvm-svn: 366219
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index aa58a3f3884..f071e1be1a5 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/docs/CommandGuide/llvm-nm.rst @@ -13,8 +13,9 @@ DESCRIPTION The :program:`llvm-nm` utility lists the names of symbols from LLVM bitcode files, object files, and archives. Each symbol is listed along with some simple -information about its provenance. If no filename is specified, or *-* is used as -a filename, :program:`llvm-nm` will read a file from its standard input stream. +information about its provenance. If no filename is specified, *a.out* is used +as the input. If *-* is used as a filename, :program:`llvm-nm` will read a file +from its standard input stream. :program:`llvm-nm`'s default output format is the traditional BSD :program:`nm` output format. Each such output record consists of an (optional) 8-digit |