[libcxx-commits] [PATCH] D63744: In the libc++ unstable ABI, use [[no_unique_address]] instead of __compressed_pair when available.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 2 14:18:51 PST 2020
ldionne added a reviewer: libc++.
ldionne added a comment.
Herald added a subscriber: sstefan1.
If we assume that the compiler supports `[[no_unique_address]]`, is this an ABI break? Does `no_unique_address` result in a different layout than the `__compressed_pair`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63744/new/
https://reviews.llvm.org/D63744
More information about the libcxx-commits
mailing list