I have a VS project that I have been migrating to CMAKE in order to be able to compile with MSVC and ClangCL.
If I use Ninja as generator everything works fine, but when I switch to Visual Studio 19, I obtain the following error:
The dumps are here: https://www.dropbox.com/s/b4zbg3zkxz7a80d/LLVM_Error.7z?dl=0
The project is indeed quite memory hungry, but there is a plenty of memory left. Similar errors are appearing for other files too, but they seem identical to the one above.
For comparison's sake, the command I get with Ninja (which is working just fine) is:
Extended Description
I have a VS project that I have been migrating to CMAKE in order to be able to compile with MSVC and ClangCL. If I use Ninja as generator everything works fine, but when I switch to Visual Studio 19, I obtain the following error:
The dumps are here: https://www.dropbox.com/s/b4zbg3zkxz7a80d/LLVM_Error.7z?dl=0 The project is indeed quite memory hungry, but there is a plenty of memory left. Similar errors are appearing for other files too, but they seem identical to the one above.
For comparison's sake, the command I get with Ninja (which is working just fine) is:
I use VS19 as IDE, CMAKE 3.17.2, Windows 10. Happy to provide any further information you might need.