[PATCH] D118042: Add llvm-dwp to LLVM_TOOLCHAIN_TOOLS

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 06:31:57 PST 2022


hans created this revision.
hans added a reviewer: dblaikie.
Herald added a subscriber: mgorny.
hans requested review of this revision.
Herald added a project: LLVM.

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.

This came up in https://llvm.discourse.group/t/llvm-dwp-utility-on-windows/5866/


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118042

Files:
  llvm/cmake/modules/AddLLVM.cmake


Index: llvm/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/cmake/modules/AddLLVM.cmake
+++ llvm/cmake/modules/AddLLVM.cmake
@@ -1210,6 +1210,7 @@
     llvm-ar
     llvm-cov
     llvm-cxxfilt
+    llvm-dwp
     llvm-ranlib
     llvm-lib
     llvm-ml


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118042.402501.patch
Type: text/x-patch
Size: 307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/115216f3/attachment.bin>


More information about the llvm-commits mailing list