[LLVMdev] Switching to the new MingW ABI

Rafael Espíndola rafael.espindola at gmail.com
Tue Dec 10 06:21:47 PST 2013


On 10 December 2013 09:16, João Matos <ripzonetriton at gmail.com> wrote:
> For the current project I'm working on (https://github.com/mono/CppSharp)
> having the flags to change the ABI based on a GCC version would be ideal. If
> there are no flags, this means we must implement some logic to change the
> calling conventions of methods manually to how they were pre-4.7. Should not
> be a lot of work but it'd be best to contain all the C++ ABI details inside
> Clang itself.

Because you must link with gcc 4.6 compiled libraries for now or is
that a permanent thing?

Cheers,
Rafael




More information about the llvm-dev mailing list