[PATCH] D95998: [Debug-Info] [NFC] use emitDwarfUnitLength to handle debug line section unit length field

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 07:37:13 PST 2021


shchenz added a comment.

In D95998#2563430 <https://reviews.llvm.org/D95998#2563430>, @ikudrin wrote:

> I guess we can simplify that even further by emitting the temporary symbol right after the "length of the prologue" field. In that case, `PreHeaderLengthBytes` will not be needed at all.

Very good catch. Thanks for your helpful comments for these debug info related patches. @ikudrin


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95998



More information about the llvm-commits mailing list