[llvm] db8ef94 - Add llvm-pdbutil in LLVM_TOOLCHAIN_TOOLS
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 08:37:40 PST 2022
Author: Hans Wennborg
Date: 2022-01-31T17:37:23+01:00
New Revision: db8ef9463ce14f7de0e0a9f438b5e91425fba3a3
URL: https://github.com/llvm/llvm-project/commit/db8ef9463ce14f7de0e0a9f438b5e91425fba3a3
DIFF: https://github.com/llvm/llvm-project/commit/db8ef9463ce14f7de0e0a9f438b5e91425fba3a3.diff
LOG: Add llvm-pdbutil in LLVM_TOOLCHAIN_TOOLS
One can argue that it qualifies as a toolchain tool rather than "internal llvm
tool". This will make it part of builds which set the
LLVM_INSTALL_TOOLCHAIN_ONLY cmake option, such as the Windows installer.
Fixes https://github.com/llvm/llvm-project/issues/53461
Differential revision: https://reviews.llvm.org/D118606
Added:
Modified:
llvm/cmake/modules/AddLLVM.cmake
Removed:
################################################################################
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index a262d55ddfa42..37bc98f9e021e 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -1217,6 +1217,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
llvm-nm
llvm-objcopy
llvm-objdump
+ llvm-pdbutil
llvm-rc
llvm-readobj
llvm-size
More information about the llvm-commits
mailing list