[PATCH] D33852: Enable __declspec(selectany) on linux
Piotr Padlewski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 28 09:35:37 PDT 2017
Prazek added a comment.
In https://reviews.llvm.org/D33852#853982, @aaron.ballman wrote:
> In https://reviews.llvm.org/D33852#853410, @Prazek wrote:
>
> > Sorry for so late fixes, but it would be good to put it in 5.0
>
>
> I do not think this should be in 5.0, as I believe we're only accepting regression fixes at this point.
This is a regression. __declspec(selectany) works completely fine on linux with 4.0. Without it clang-5.0 will be useless for any major windows project compiled on linux.
https://reviews.llvm.org/D33852
More information about the cfe-commits
mailing list