Skip to content

Commit

Permalink
Add llvm-ml to LLVM_TOOLCHAIN_TOOLS (PR50536)
Browse files Browse the repository at this point in the history
so that it gets installed in LLVM_INSTALL_TOOLCHAIN_ONLY builds,
such as used by the Windows installer.

Differential revision: https://reviews.llvm.org/D109358
  • Loading branch information
zmodem committed Sep 7, 2021
1 parent e030f80 commit c364dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/cmake/modules/AddLLVM.cmake
Expand Up @@ -1204,6 +1204,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
llvm-cxxfilt
llvm-ranlib
llvm-lib
llvm-ml
llvm-nm
llvm-objcopy
llvm-objdump
Expand Down

0 comments on commit c364dcb

Please sign in to comment.