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