[PATCH] D137787: [CodeGen] Relax assertion on generating destructor call

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 08:09:53 PST 2022


Hahnfeld added a comment.

In D137787#3924857 <https://reviews.llvm.org/D137787#3924857>, @v.g.vassilev wrote:

> - Is the failure also not reproducible with clang9 (on which is based cling)?
> - Is the failure also not reproducible with clang9 built on top of the downstream patches?

The failure *only* happens with downstream llvm13 (not with clang9) on exactly one test for exactly one version of libstdc++. However, all attempts to reproduce it with clang13 + our downstream patches have failed so far...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137787



More information about the cfe-commits mailing list