Skip to content

Commit ae1ab73

Browse files
committed
Add clang-bolt dependency to install targets
1 parent 99e42cf commit ae1ab73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/cmake/modules/LLVMDistributionSupport.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ function(llvm_distribution_add_targets)
280280
# bolt optimized clang is built with the rest of the distribution.
281281
if (target STREQUAL "clang" AND TARGET clang-bolt)
282282
add_dependencies(${distribution_target} clang-bolt)
283+
add_dependencies(install-${distribution_target} clang-bolt)
284+
add_dependencies(install-${distribution_target}-stripped clang-bolt)
283285
endif()
284286
endif()
285287

0 commit comments

Comments
 (0)