[PATCH] D143693: Add --memtag to llvm-readelf/llvm-readobj.

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 17:27:40 PST 2023


fmayer added inline comments.


================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:5917
+
+  printNotesHelper(
+      *this,
----------------
AFAICT this doesn't actually print anything, so this is a bit awkward. But maybe that's easier than manually iterating? At least worth a comment IMO.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143693



More information about the llvm-commits mailing list