[llvm] Add llvm-ml64 to LLVM_TOOLCHAIN_TOOLS (PR #158582)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 15 01:54:51 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-platform-windows
Author: Hans Wennborg (zmodem)
<details>
<summary>Changes</summary>
So that it gets included in LLVM_INSTALL_TOOLCHAIN_ONLY builds, such as when building the Windows installer.
Fixes #<!-- -->149664
---
Full diff: https://github.com/llvm/llvm-project/pull/158582.diff
1 Files Affected:
- (modified) llvm/cmake/modules/AddLLVM.cmake (+1)
``````````diff
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index c98e78da97b39..80e59a4df2433 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -1442,6 +1442,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
llvm-lib
llvm-mca
llvm-ml
+ llvm-ml64
llvm-nm
llvm-objcopy
llvm-objdump
``````````
</details>
https://github.com/llvm/llvm-project/pull/158582
More information about the llvm-commits
mailing list