[PATCH] D30326: [MS-ABI] Allow #pragma section to choose for ZI data

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 28 08:20:51 PST 2017


thakis added a comment.

I'm surprised this is behind a flag. This pragma attempts to be compatible with cl.exe. Does cl.exe do this by default? If so, we should do it by default. If not, why add this as an incompatible thing to an MS extension instead of keying it off some attribute that works in non-MS mode too?


https://reviews.llvm.org/D30326





More information about the cfe-commits mailing list