[PATCH] D110485: Support [[no_unique_address]] for all targets.

Ivan Garramona via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 27 21:55:33 PDT 2021


ivan171 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.

This issue <https://github.com/microsoft/STL/issues/1364#issuecomment-901560915> on STL's repo suggests that they're waiting Clang get support for `no_unique_address` on Windows to start using it. Stephan said here <https://github.com/microsoft/STL/issues/1364#issuecomment-901560915> MSVC has implemented this, but with a different name.


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

https://reviews.llvm.org/D110485



More information about the cfe-commits mailing list