[PATCH] D73086: [DWARF5] Added support for debug_macro section parsing and dumping in llvm-dwarfdump.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 13:15:52 PST 2020


probinson added a comment.

Now that I think about it...  It would be entirely possibly to have two CUs in one linked object file, one compiled with -gdwarf-4 (and so .debug_macinfo) and another with -gdwarf-5 (with .debug_macro).  The dumper should be willing to dump both of these when the user requests macro information.
Please add to this test (or create another one) a mixed-version case.


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

https://reviews.llvm.org/D73086





More information about the llvm-commits mailing list