[libcxx-commits] [PATCH] D72543: [libcxxabi] Insert padding in __cxa_exception struct for compatibility

John McCall via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 10 16:34:59 PST 2020


rjmccall added a comment.

Do we need to be careful about the alignment used by `__attribute__((aligned))` on different targets?  And would be it useful to put the static_asserts in the headers to make it more likely that we catch problems?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72543





More information about the libcxx-commits mailing list