From db8ef9463ce14f7de0e0a9f438b5e91425fba3a3 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 31 Jan 2022 16:13:03 +0100 Subject: [PATCH] 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 --- llvm/cmake/modules/AddLLVM.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake index a262d55ddfa4..37bc98f9e021 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