[llvm] Add llvm-ml64 to LLVM_TOOLCHAIN_TOOLS (PR #158582)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 15 01:54:28 PDT 2025


https://github.com/zmodem created https://github.com/llvm/llvm-project/pull/158582

So that it gets included in LLVM_INSTALL_TOOLCHAIN_ONLY builds, such as when building the Windows installer.

Fixes #149664

>From b9e66ca492fb6d5d5c87f3e355ff7a0acfbfce6c Mon Sep 17 00:00:00 2001
From: Hans Wennborg <hans at chromium.org>
Date: Mon, 15 Sep 2025 10:51:53 +0200
Subject: [PATCH] Add llvm-ml64 to LLVM_TOOLCHAIN_TOOLS

So that it gets included in LLVM_INSTALL_TOOLCHAIN_ONLY builds, such as
when building the Windows installer.

Fixes #149664
---
 llvm/cmake/modules/AddLLVM.cmake | 1 +
 1 file changed, 1 insertion(+)

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



More information about the llvm-commits mailing list