From: Hans Wennborg Date: Wed, 1 Aug 2018 07:51:55 +0000 (+0000) Subject: Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0efa56f8045811ef7e54fdaa39496d7f5cc6e58;p=llvm Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386) This means it will be installed also in builds configured with LLVM_INSTALL_TOOLCHAIN_ONLY, such as the Windows packages. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338495 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake index 5ea2024d1c8..ce2057f803c 100644 --- a/cmake/modules/AddLLVM.cmake +++ b/cmake/modules/AddLLVM.cmake @@ -867,6 +867,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS) llvm-ranlib llvm-lib llvm-objdump + llvm-rc ) endif()