[PATCH] D102015: [clang CodeGen] Don't crash on large atomic function parameter.
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 10 15:37:43 PDT 2021
efriedma added a comment.
> Using _Atomic for C structs with non-trivially destructible fields currently doesn't work, so maybe that should just be disallowed.
I'd prefer to disallow _Atomic on all types that aren't trivially destructible, yes. Not impossible to support, of course, but I don't really see the value.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102015/new/
https://reviews.llvm.org/D102015
More information about the cfe-commits
mailing list