We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e42cf commit ae1ab73Copy full SHA for ae1ab73
llvm/cmake/modules/LLVMDistributionSupport.cmake
@@ -280,6 +280,8 @@ function(llvm_distribution_add_targets)
280
# bolt optimized clang is built with the rest of the distribution.
281
if (target STREQUAL "clang" AND TARGET clang-bolt)
282
add_dependencies(${distribution_target} clang-bolt)
283
+ add_dependencies(install-${distribution_target} clang-bolt)
284
+ add_dependencies(install-${distribution_target}-stripped clang-bolt)
285
endif()
286
287
0 commit comments