[LLVMdev] Linking C++ on Windows
    Óscar Fuentes 
    ofv at wanadoo.es
       
    Mon Apr 30 19:39:40 PDT 2012
    
    
  
"Paul J. Lucas" <paul at lucasmail.org> writes:
> I've followed all the LLVM+clang build-from-source instructions for
> Windows using MSVC++ 2008.
[snip]
> How can I get C++ programs to link?
Clang is not compatible with the runtime and standard C++ libraries used
by Visual Studio. If you want C++ support on Windows, build Clang with
MinGW, which is in much better shape, although not perfect yet.
The correct mailing list for this kind of questions is cfe-dev (the ml
specific for Clang):
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
[snip]
    
    
More information about the llvm-dev
mailing list