[PATCH] D110485: Support [[no_unique_address]] for all targets.
cqwrteur via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 27 21:25:35 PDT 2021
expnkx added a comment.
In D110485#3026533 <https://reviews.llvm.org/D110485#3026533>, @rjmccall wrote:
> We should not add a standard feature with ABI impact if we aren't certain we're going to match MSVC's ABI on it. I'm sorry, but this needs to wait until there's an MSVC release that officially supports this.
You are not actually matching msvc abi's layout because msvc supports [[msvc::no_unique_address]]. That is an MSVC release that officially supports.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110485/new/
https://reviews.llvm.org/D110485
More information about the cfe-commits
mailing list