[PATCH] D118606: Add llvm-pdbutil in LLVM_TOOLCHAIN_TOOLS
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 07:16:35 PST 2022
hans created this revision.
hans added reviewers: aganea, ychen.
Herald added a subscriber: mgorny.
hans requested review of this revision.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118606
Files:
llvm/cmake/modules/AddLLVM.cmake
Index: llvm/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/cmake/modules/AddLLVM.cmake
+++ llvm/cmake/modules/AddLLVM.cmake
@@ -1217,6 +1217,7 @@
llvm-nm
llvm-objcopy
llvm-objdump
+ llvm-pdbutil
llvm-rc
llvm-readobj
llvm-size
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118606.404512.patch
Type: text/x-patch
Size: 317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/7d209c83/attachment.bin>
More information about the llvm-commits
mailing list