Windows Clang [2021] Review
But over the last five years, a quiet revolution has taken place. is no longer a "Linux cross-compiler" for Windows; it is a fully supported, production-ready, native toolchain.
mkdir build && cd build cmake .. -G "Ninja" -DCMAKE_CXX_COMPILER=clang-cl cmake --build . windows clang
Clang plays well with Modern CMake and other build systems. But over the last five years, a quiet