[PATCH] D32765: Add line table verification to lldb-dwarfdump --verify. AbandonedPublic
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 15:43:22 PDT 2017
clayborg added a comment.
> So, unless somebody can come up with a solid use-case, I'd say it should be an error for two CUs to have the same DW_AT_stmt_list offset. (Maybe this should be in the .debug_info verification instead of the line-table verification, though.)
I can add the unique DW_AT_stmt_list to this patch then. I will save the range one for later.
https://reviews.llvm.org/D32765
More information about the llvm-commits
mailing list