[PATCH] D153674: [dataflow] Disallow implicit copy of Environment, use fork() instead
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 29 12:22:40 PDT 2023
sammccall added a comment.
Sorry about the delay, and thanks for the `.i`.
It took me a while to work out what was going on, but it looks like it's just a bug where GCC forgets to automatic-move.
Fixed in 2f7d30dee8262746c3e8ee1f6f25be8c1ace9990 <https://reviews.llvm.org/rG2f7d30dee8262746c3e8ee1f6f25be8c1ace9990>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153674/new/
https://reviews.llvm.org/D153674
More information about the cfe-commits
mailing list