aaronpuchert wrote:

Same for `if (MSVC)`. So let's make this:
```cmake
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND
    NOT MSVC AND NOT LLVM_LINKER_IS_SOLARISLD AND NOT MINGW)
```

https://github.com/llvm/llvm-project/pull/116556
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to