[PATCH] D48810: [llvm-objdump] Add --file-headers (-f) option

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 09:07:46 PDT 2018


jhenderson added inline comments.


================
Comment at: tools/llvm-objdump/llvm-objdump.cpp:2135
+  if (!o->isELF() && !o->isCOFF()) {
+    outs() << "not implemented. \n";
+    return;
----------------
Nit: Is there a need for the trailing whitespace in the output?


Repository:
  rL LLVM

https://reviews.llvm.org/D48810





More information about the llvm-commits mailing list