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
This commit is contained in:
Hans Wennborg 2022-01-31 16:13:03 +01:00
parent 9b9d08111b
commit db8ef9463c
1 changed files with 1 additions and 0 deletions

View File

@ -1217,6 +1217,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
llvm-nm
llvm-objcopy
llvm-objdump
llvm-pdbutil
llvm-rc
llvm-readobj
llvm-size