[PATCH] D80523: [DebugInfo] Report the format of debug info tables.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 08:40:15 PDT 2020


ikudrin marked 2 inline comments as done.
ikudrin added inline comments.


================
Comment at: llvm/test/DebugInfo/dwarfdump-pubnames.test:5
 CHECK: .debug_pubnames contents:
-CHECK: length = 0x000000a1 version = 0x0002 unit_offset = 0x00000000 unit_size = 0x00000141
+CHECK: length = 0x000000a1 format = DWARF32 version = 0x0002 unit_offset = 0x00000000 unit_size = 0x00000141
 
----------------
jhenderson wrote:
> Aside: it's weird that some outputs use commas to separate things and others don't.
I've prepared D80806 for that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80523





More information about the llvm-commits mailing list