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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 12:29:43 PDT 2020


probinson added a comment.

I believe GNU readelf and friends tend to put this info after the length, e.g. "Length: 0x1234 (64-bit)" or "Length: 0x1234 (32-bit)" so it might be worth being vaguely similar.


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