mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 00:36:05 +00:00

* When building on Windows hosts, PDBs aren't installed to the `CMAKE_INSTALL_PREFIX`. * This PR addresses it solely for `llvm-*` executables. * Similar changes are required in `AddClang.cmake`, `AddLLD.cmake`, etc. I'd be happy to queue those PRs after this one.