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.

llvm-svn: 338495
This commit is contained in:
Hans Wennborg 2018-08-01 07:51:55 +00:00
parent 7f36cd9d96
commit f23db0d7a2
1 changed files with 1 additions and 0 deletions

View File

@ -867,6 +867,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
llvm-ranlib
llvm-lib
llvm-objdump
llvm-rc
)
endif()