llvm-msvc icon indicating copy to clipboard operation
llvm-msvc copied to clipboard

[WIP] A forked version of LLVM that prioritizes MSVC compatibility. This version is tailored for Windows users.

Results 10 llvm-msvc issues
Sort by recently updated
recently updated
newest added

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...

bug
SEH

With the clang command

wontfix

![image](https://github.com/backengineering/llvm-msvc/assets/19430119/447b30d9-1abf-4f17-8ebf-dbf4dd9b8fc6) 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...

MSVC

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...

help wanted

any plans to build a replacement for msvc nmake ?

help wanted