[PATCH] D83704: [llvm-readobj] Print error when executed with no input files

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 00:36:50 PDT 2020


jhenderson added a comment.

By the way, if you address a comment by a reviewer, you can check the "Done" box on the inline comment before uploading your diff, and it will be marked as done. It helps highlight when a comment has been addressed/not addressed.



================
Comment at: llvm/docs/ReleaseNotes.rst:126
 
-During this release ...
+* llvm-readobj behavior is changed. Currently it prints error when executed with no input files. Reading from stdin can be achieved via a '-'.
 
----------------
I would rephrase this slightly as follows:

"llvm-readobj and llvm-readelf behavior has changed to report an error when executed with no input files instead of reading an input from stdin. Reading from stdin can still be achieved by specifying ``-`` as an input file.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83704/new/

https://reviews.llvm.org/D83704





More information about the llvm-commits mailing list