[PATCH] D95511: [llvm-readelf] Support dumping the BB address map section with --bb-addr-map.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 00:51:26 PST 2021


jhenderson added inline comments.


================
Comment at: llvm/lib/Object/ELF.cpp:653
+  }
+  // Either cursor is in an error state, or ULEBSizeError is set (not both), but
+  // we join the two errors here to be safe.
----------------
Let's use the variable name explicitly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95511



More information about the llvm-commits mailing list