[PATCH] D78208: [DebugInfo] Report the format of the DWARF64 sections.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 03:10:42 PDT 2020


ikudrin added a comment.

In D78208#2041180 <https://reviews.llvm.org/D78208#2041180>, @jhenderson wrote:

> Given D79997 <https://reviews.llvm.org/D79997>, do we really need this still? The DWARF format of something could be inferred from the width of the length field, I'd think.


I am starting working on producers so that they are able to generate DWARF64 debugging info. Dumping the actual format of sections will make tests for them more explicit.


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

https://reviews.llvm.org/D78208





More information about the llvm-commits mailing list