[PATCH] D88048: [dwarfdump] Add verifier check to find DIEs with DW_CHILDREN_yes but without children.
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 17:09:21 PDT 2020
JDevlieghere added a comment.
In D88048#2286251 <https://reviews.llvm.org/D88048#2286251>, @dblaikie wrote:
> does this classify as a warning? Is there a distinction between ill-formed DWARF and "this is valid, but unlikely to be great"?
I was on the fence myself, I couldn't find anything conclusive in the standard. I've made it a warning.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88048/new/
https://reviews.llvm.org/D88048
More information about the llvm-commits
mailing list