[PATCH] D72973: [llvm-objdump] Use symbol index+symbol name + storage mapping class as label for -D

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 01:03:12 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/lib/Object/XCOFFObjectFile.cpp:769
 
+// TODO: The function need to return an error if there is no Csect auxiliary
+// entry.
----------------
need -> needs (same below)

Is there any reason you can't do this in a separate and prerequisite commit?


================
Comment at: llvm/lib/Object/XCOFFObjectFile.cpp:796-797
 
+// TODO: The function name need to be changed to express the purpose of the
+// function.
 bool XCOFFSymbolRef::hasCsectAuxEnt() const {
----------------
Is there any reason you can't do this in a separate and prerequisite commit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72973





More information about the llvm-commits mailing list