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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 01:02:47 PDT 2020


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

Thanks, LGTM, but obviously wait for others to give their input.



================
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
 
----------------
Aside: it's weird that some outputs use commas to separate things and others don't.


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