[PATCH] D89903: [CodeGen] Crash instead of generating broken code with self-capturing __block var

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 21 11:56:37 PDT 2020


rjmccall added a comment.

Of course, that wouldn't solve the general problem that the block might be getting used before its capture is fully initialized, but that's a general problem with uses within initializers in C.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89903



More information about the cfe-commits mailing list