Re: [PATCH] D20683: [MSVC2015] Fix mangling for static variables initialization guards

2016-05-27 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL270974: [MSVC2015] Fix mangling for static variables initialization guards (authored by dpolukhin). Changed prior to commit: http://reviews.llvm.org/D20683?vs=58611&id=58759#toc Repository: rL LLVM

Re: [PATCH] D20683: [MSVC2015] Fix mangling for static variables initialization guards

2016-05-26 Thread Reid Kleckner via cfe-commits
rnk accepted this revision. rnk added a reviewer: rnk. rnk added a comment. This revision is now accepted and ready to land. lgtm, agreed, looks like an oversight. http://reviews.llvm.org/D20683 ___ cfe-commits mailing list cfe-commits@lists.llvm.or

[PATCH] D20683: [MSVC2015] Fix mangling for static variables initialization guards

2016-05-26 Thread Dmitry Polukhin via cfe-commits
DmitryPolukhin created this revision. DmitryPolukhin added a reviewer: majnemer. DmitryPolukhin added subscribers: cfe-commits, rnk. It seems that suffix '@4HA' was omitted for unknown reason. It is non-const non-volatile 'int' type of normal variable TSS. http://reviews.llvm.org/D20683 Files: