[PATCH] D73103: [DWARF] Support 64-bit DWARF in .debug_pubnames and alike.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 06:43:54 PST 2020


probinson added a comment.

Is there any producer that actually emits a 64-bit pubnames?  (i.e., is this really worth bothering with?)

I'd have expected the mismatch between section size and the DWARF unit length to cause some sort of warning, but I see that the old code didn't care about malformed info, so that shouldn't block this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73103





More information about the llvm-commits mailing list