Add llvm-dwp to LLVM_TOOLCHAIN_TOOLS
authorHans Wennborg <hans@chromium.org>
Mon, 24 Jan 2022 14:25:17 +0000 (15:25 +0100)
committerHans Wennborg <hans@chromium.org>
Tue, 25 Jan 2022 13:37:31 +0000 (14:37 +0100)
since 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.

Differential revision: https://reviews.llvm.org/D118042

llvm/cmake/modules/AddLLVM.cmake

index fed1fec..a262d55 100644 (file)
@@ -1210,6 +1210,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
     llvm-ar
     llvm-cov
     llvm-cxxfilt
+    llvm-dwp
     llvm-ranlib
     llvm-lib
     llvm-ml