[llvm-branch-commits] [llvm] 912ad58 - Add llvm-ml to LLVM_TOOLCHAIN_TOOLS (PR50536)

Tom Stellard via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 8 08:45:00 PDT 2021


Author: Hans Wennborg
Date: 2021-09-08T08:44:45-07:00
New Revision: 912ad5830cc10c77062887f9afd053451e8b14cb

URL: https://github.com/llvm/llvm-project/commit/912ad5830cc10c77062887f9afd053451e8b14cb
DIFF: https://github.com/llvm/llvm-project/commit/912ad5830cc10c77062887f9afd053451e8b14cb.diff

LOG: Add llvm-ml to LLVM_TOOLCHAIN_TOOLS (PR50536)

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

(cherry picked from commit c364dcbf1fd81c6291e935564fce2d9ebb97a3d0)

Added: 
    

Modified: 
    llvm/cmake/modules/AddLLVM.cmake

Removed: 
    


################################################################################
diff  --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 3e009f5061d3a..29e40f45fef89 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -1196,6 +1196,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
     llvm-cxxfilt
     llvm-ranlib
     llvm-lib
+    llvm-ml
     llvm-nm
     llvm-objcopy
     llvm-objdump


        


More information about the llvm-branch-commits mailing list