Miguel A. Arroyo 9d134f26ea
[LLVM][CMake][MSVC] Install PDBs alongside executables (#120683)
* 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.
2025-02-10 21:40:51 -08:00
..

See docs/CMake.html for instructions on how to build LLVM with CMake.