[all-commits] [llvm/llvm-project] 9d134f: [LLVM][CMake][MSVC] Install PDBs alongside executa...
Miguel A. Arroyo via All-commits
all-commits at lists.llvm.org
Mon Feb 10 21:41:13 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d134f26ea83cd53e7b38220c2b95d6f20ba3221
https://github.com/llvm/llvm-project/commit/9d134f26ea83cd53e7b38220c2b95d6f20ba3221
Author: Miguel A. Arroyo <miguel.arroyo at rockstargames.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list