[PATCH] D64706: [tools] [llvm-objdump] Default to reading from stdin not a.out

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 14 06:41:02 PDT 2019


abrachet created this revision.
abrachet added reviewers: jhenderson, rupprecht, MaskRay, ychen.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This moves away from defaulting to a.out and uses stdin only if stdin has a file redirected to it. This has been discussed on the llvm-dev mailing list here <https://lists.llvm.org/pipermail/llvm-dev/2019-July/133642.html>.


https://reviews.llvm.org/D64706

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst
  llvm/test/tools/llvm-objdump/stdin.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64706.209728.patch
Type: text/x-patch
Size: 3992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190714/77f3a1ea/attachment.bin>


More information about the llvm-commits mailing list