[cfe-dev] [LLVMdev] Handling SRet on Windows x86

Timur Iskhodzhanov timurrrr at google.com
Thu Mar 28 12:05:10 PDT 2013


What if it's already broken?

2013/3/28 Anton Korobeynikov <asl at math.spbu.ru>:
>> A more specific question is - if I fix some Clang i686-pc-win32
>> compatibility issue with MSVC for some language feature (e.g.
>> returning a struct),
>> should I make sure Clang i686-pc-mingw32 behavior is not changed by my
>> patches (a)
>> or should I make sure that Clang i686-pc-mingw32 generates
>> MSVC-compatible ABI for the same feature (b)
>> ?
> You need to make sure you won't break the compatibility with gcc on
> mingw. Regardless whether this is a) or b)
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-dev mailing list