Skip to content

Commit 50aa315

Browse files
committed
cmake: add llvm-ml to the windows toolchain build
`llvm-ml` is a replacement for `ml` which is the MSVC assembler. This is useful on Windows and should be part of the distribution to ensure that we have a complete toolchain.
1 parent fa72680 commit 50aa315

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)