[PATCH] D66417: [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 06:36:45 PDT 2019


grimar marked an inline comment as done.
grimar added inline comments.


================
Comment at: tools/llvm-objdump/COFFDump.cpp:300
 static void printLoadConfiguration(const COFFObjectFile *Obj) {
-  // Skip if it's not executable.
-  const pe32_header *PE32Header;
----------------
jhenderson wrote:
> You've lost the comment here. Please reinstate it.
Oops :\ will do.


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

https://reviews.llvm.org/D66417





More information about the llvm-commits mailing list