Displaying 2 results from an estimated 2 matches for "0e84057a".
2013 Dec 10
0
[LLVMdev] Switching to the new MingW ABI
On 10 December 2013 11:18, João Matos <ripzonetriton at gmail.com> wrote:
> The tool uses Clang to parse the user's C/C++ code to get the calling
> conventions from the AST, so they need to match the ones in the compiled
> libraries to allow correct interop. If the user libraries were compiled with
> GCC 4.6 (which stills seems used by some MinGW distros)
Do you have an idea
2013 Dec 10
2
[LLVMdev] Switching to the new MingW ABI
The tool uses Clang to parse the user's C/C++ code to get the calling
conventions from the AST, so they need to match the ones in the compiled
libraries to allow correct interop. If the user libraries were compiled
with GCC 4.6 (which stills seems used by some MinGW distros) then once we
upgrade to the latest Clang we'll start getting thiscall CC instead of the
correct one used pre-4.7 for