[LLVMdev] The 2 ways of building for Windows

Óscar Fuentes ofv at wanadoo.es
Tue May 29 12:35:32 PDT 2012


"Paul J. Lucas" <paul at lucasmail.org> writes:

[snip]

> However, most of my users compile using Visual Studio.  Can LLVM that
> was compiled using MinGW (or using the pre-built MinGW binary) be
> linked against using Visual Studio (or, more specifically, using
> Visual Studio's "cl" compiler and "link" linker)?

No. MinGW's g++ and Visual Studio's cl use different C++ ABIs.

[snip]




More information about the llvm-dev mailing list