[PATCH] D86927: [DebugInfo] Emit a 1-byte value as a terminator of entries list in the name index.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 20:35:37 PDT 2020


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks good - thanks!

(for the record, the wording for this is on page 142 of the DWARFv5 spec:

  The last entry for each name is followed by a zero byte that terminates the list. There may be gaps between the lists.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86927



More information about the llvm-commits mailing list