This matches GCC, which enabled -mms-bitfields by default for mingw targets in 4.7 [1].
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Seems reasonable; GCC is the "system compiler" for this platform. Does isWindowsGNUEnvironment exactly track the condition that GCC uses? It's just MinGW, not Cygwin?
Comment Actions
And the corresponding change in GCC, https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=99e7ad2ec6a78a6a55cefaa952b57870594c08ae, only changed it for MinGW, not Cygwin (and the corresponding files for cygwin don't have that bit set).