[cfe-dev] GSoC Proposal: Improve Windows Support

endlessroad1991 at gmail.com endlessroad1991 at gmail.com
Wed Apr 24 22:43:28 PDT 2013


What's the current status of clang on Windows?

I tried llvm & clang r180250 with MSVC 2012, with "clang++ -Xclang -cxx-abi
-Xclang microsoft -c 1.cpp"
1. Can't parse MSVC headers. <iostream>, in this case
2. Even if I specified -cxxabi microsoft, "dumpbin /disasm 1.o" gives wrong
mangled name: _Z1fi for "void f(int)",instead of cl compiled object(?f@
@YAXH at Z)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130425/dfc8d43b/attachment.html>


More information about the cfe-dev mailing list