[PATCH] D143488: [DebugInfo] Handle missed DW_FORM_addrx3 and DW_FORM_strx3 cases

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 11:18:56 PST 2023


dblaikie accepted this revision.
dblaikie added a comment.

Looks good except for the unrelated change in DwarfGenerator.



================
Comment at: llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h:270
 
+  private:
     std::vector<uint64_t> AddressValues;
----------------
Looks unrelated to the rest of this patch - could you revert this before submitting?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143488



More information about the llvm-commits mailing list