[PATCH] D152157: [AppleAccelTable] Keep track of the size of each hash data entry

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 10:46:40 PDT 2023


dblaikie added a comment.

Is this parsing code used for the standardized `.debug_names` too, and do we (LLVM itself, and maybe GCC too) generally produce fixed size records there? (not that I'm suggesting you should be the one to add support for variable sized records, but just to know if we should add a FIXME or other note about potential incompatibility/necessary improvement)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152157



More information about the llvm-commits mailing list