Skip to content

Commit 4510aee

Browse files
authored
Merge pull request #75930 from compnerd/ml
cmake: add `llvm-ml` to the windows toolchain build
2 parents 06d8a64 + 50aa315 commit 4510aee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmake/caches/Windows-aarch64.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ set(LLVM_TOOLCHAIN_TOOLS
9696
llvm-dwp
9797
llvm-lib
9898
llvm-lipo
99+
llvm-ml
99100
llvm-mt
100101
llvm-nm
101102
llvm-objcopy

cmake/caches/Windows-x86_64.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ set(LLVM_TOOLCHAIN_TOOLS
136136
llvm-dwp
137137
llvm-lib
138138
llvm-lipo
139+
llvm-ml
139140
llvm-mt
140141
llvm-nm
141142
llvm-objcopy

0 commit comments

Comments
 (0)