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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 03:44:18 PDT 2019


jhenderson added a comment.

In D64706#1584887 <https://reviews.llvm.org/D64706#1584887>, @compnerd wrote:

> This breaks compatibility with `objdump`.  Please ensure that the original behavior is preserved when invoked as `objdump` rather than `llvm-objdump`.


Hi @compnerd,

Do you have a concrete use-case for reading from a.out? The mailing list discussion was of the opinion that this was not an area we need GNU compatibility with. However, we could probably be persuaded otherwise with appropriate evidence.


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

https://reviews.llvm.org/D64706





More information about the llvm-commits mailing list