[PATCH] D124082: [Debuginfo][llvm-dwarfdump][dsymutil] Add dsymutil compatibility dump.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 10:16:36 PDT 2022


dblaikie added a comment.

I don't think this would be enough to make dumps very comparable, would it? We'd have to sort DIEs or something (based on their semantic content) to make things very comparable, beyond only omitting offsets?

(& also this mode probably wouldn't be dsym specific, I'd guess - but some comparable/generic/semantic dump?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124082



More information about the llvm-commits mailing list