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

Óscar Fuentes ofv at wanadoo.es
Wed Mar 27 13:56:00 PDT 2013


Eric Christopher <echristo at google.com> writes:

> From my perspective Win32 is the windows ABI and mingw and cygwin are
> their own ABIs especially as we're not targeting the MSVC abi, it's
> just the windows abi?

MinGW and Cygwin must follow the Windows platform ABI for using the OS
APIs. And they do.

OTOH, there is no Windows C++ ABI. MSVC++, g++, Borland... all have
their own C++ ABI.



More information about the llvm-dev mailing list