[PATCH] D66605: Debug Info: Support for DW_AT_export_symbols for anonymous structs
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 12:18:07 PDT 2019
dblaikie added a comment.
Repeating this here (rather than in the thread that added DW_AT_export_symbols) for posterity - I'd really encourage you to implement this using the contextual information available prior to DW_AT_export_symbols - so it works with DWARFv4, other compiler output, etc.
Basically if the unnamed type is referenced directly from an unnamed member then it should have this name exporting behavior.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66605/new/
https://reviews.llvm.org/D66605
More information about the llvm-commits
mailing list