[PATCH] D102015: [clang CodeGen] Don't crash on large atomic function parameter.

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 10 15:30:01 PDT 2021


ahatanak added a comment.

Using `_Atomic` for C structs with non-trivially destructible fields currently doesn't work, so maybe that should just be disallowed.


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