[PATCH] D43092: [DebugInfo] Prevent infinite recursion for malformed DWARF

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 15:44:17 PST 2018


dblaikie added a comment.

I'm guessing this is insufficient for catching indirect recursion (DIE A refers to DIE B and B back to A)?

Ideally/the original version of this, I think was non-recursive and only specifically looked for certain attributes in order and then stopped. I'd sort of rather than, because it's more constrained.


https://reviews.llvm.org/D43092





More information about the llvm-commits mailing list