[PATCH] D82838: Parse section ranges when verifying DWARF so we can exclude addresses that should have been stripped from DWARF.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 09:42:47 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/include/llvm/DebugInfo/DIContext.h:233
+  virtual bool verify(raw_ostream &OS, DIDumpOptions DumpOpts = {},
+                      const object::ObjectFile *Obj = nullptr) {
     // No verifier? Just say things went well.
----------------
Perhaps add a Doxygen comment that explains what the extra argument is for?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82838





More information about the llvm-commits mailing list