[PATCH] D78736: [DWARF5]: Added support for dumping strx forms in llvm-dwarfdump
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 11:53:13 PDT 2020
SouraVX marked an inline comment as done.
SouraVX added a comment.
> The test should be reduced.
Sorry I saw this a bit late. Just to be on same page WRT this.
I'm planning to reduce it more(previously removed `language` `producer` ... attributes) by removing following attributes - `DW_AT_stmt_list`, `DW_AT_comp_dir` and remove corresponding temporary labels.
I think rest of the stuff is needed, Please add to this if I'm still missing out.
Thanks a lot!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78736/new/
https://reviews.llvm.org/D78736
More information about the llvm-commits
mailing list