[PATCH] D109358: Add llvm-ml to LLVM_TOOLCHAIN_TOOLS (PR50536)
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 05:36:57 PDT 2021
hans created this revision.
hans added a reviewer: thakis.
Herald added a subscriber: mgorny.
hans requested review of this revision.
Herald added a project: LLVM.
so that it gets installed in LLVM_INSTALL_TOOLCHAIN_ONLY builds,
such as used by the Windows installer.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109358
Files:
llvm/cmake/modules/AddLLVM.cmake
Index: llvm/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/cmake/modules/AddLLVM.cmake
+++ llvm/cmake/modules/AddLLVM.cmake
@@ -1204,6 +1204,7 @@
llvm-cxxfilt
llvm-ranlib
llvm-lib
+ llvm-ml
llvm-nm
llvm-objcopy
llvm-objdump
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109358.371046.patch
Type: text/x-patch
Size: 315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/c4e16d2e/attachment.bin>
More information about the llvm-commits
mailing list