[PATCH] D73886: [DebugInfo] Refine the condition to detect CIEs.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 08:14:36 PST 2020


probinson added a comment.

Hmmm.  I guess the next question is, do we have to bail out when something doesn't look right?  Or can we keep going?
If we see an FDE with no preceding CIE, yes that's something we should report, but the `not --crash` tells me we are abandoning attempts to continue dumping the section.  Does one of your other patches address this?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73886/new/

https://reviews.llvm.org/D73886





More information about the llvm-commits mailing list