]> granicus.if.org Git - llvm/commitdiff
Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)
authorHans Wennborg <hans@hanshq.net>
Wed, 1 Aug 2018 07:51:55 +0000 (07:51 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 1 Aug 2018 07:51:55 +0000 (07:51 +0000)
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

cmake/modules/AddLLVM.cmake

index 5ea2024d1c8167e045595d9b44c12019910caf68..ce2057f803c8164c36716d8a4e650c5a7c25c12c 100644 (file)
@@ -867,6 +867,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
     llvm-ranlib
     llvm-lib
     llvm-objdump
+    llvm-rc
     )
 endif()