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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 10:03:01 PDT 2020


dblaikie added a comment.

Perhaps it'd be too subtle, but another direction we could go would be to print the length as 32 or 64 bits depending on the encoding and using that to signal 64/32, without an explicit field. It'd match the input format (where the size of the length indicates whether it's 32 or 64).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78208





More information about the llvm-commits mailing list