[PATCH] D114732: [clang] Mark `trivial_abi` types as "trivially relocatable".

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 7 18:05:27 PST 2021


rjmccall added a comment.

Trivial relocation doesn't imply that types have to be safe against being suddenly relocated during the middle of operations while they're not in a safe internal state.  That is not a consideration.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114732



More information about the cfe-commits mailing list