Navigation Menu

Skip to content

Commit

Permalink
Add llvm-dwp to LLVM_TOOLCHAIN_TOOLS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zmodem committed Jan 25, 2022
1 parent 475927d commit bf00f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/cmake/modules/AddLLVM.cmake
Expand Up @@ -1210,6 +1210,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
llvm-ar
llvm-cov
llvm-cxxfilt
llvm-dwp
llvm-ranlib
llvm-lib
llvm-ml
Expand Down

0 comments on commit bf00f7a

Please sign in to comment.