llvm-msvc
llvm-msvc copied to clipboard
[WIP] A forked version of LLVM that prioritizes MSVC compatibility. This version is tailored for Windows users.
https://github.com/topjohnwu/libcxx
When compiling `xcpt4` test from https://github.com/backengineering/seh-tests with llvm-msvc, the frontend returns with an error. No artifacts included as it cannot even be compiled: ``` 1>PLEASE submit a bug report to...
 As shown above this project makes use of google's protobuf and compiling a generated c++ file by protobuf seems to not work... I believe this is due to the...
When link the .lib file generated by `llvm-lib` in other projects which use msvc toolsets, the linker failed with following error: "fatal error LNK1107: invalid or corrupt file: cannot read...
Hello! Libc++ have support for clang-cl, even for the MSVC driver. Could you please add support for libc++ as a replacement for MSVC STL? I request that because libc++ in...