mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 14:36:06 +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.
See docs/CMake.html for instructions on how to build LLVM with CMake.