Fix install-bolt_rt dependencies

Summary:
This rule depends on bolt target, since it will run
install-bolt as well.

(cherry picked from FBD33152071)
This commit is contained in:
Rafael Auler 2021-12-15 18:53:52 -08:00 committed by Maksim Panchenko
parent 40c2e0fafe
commit 283a87743e

View File

@ -43,7 +43,7 @@ else()
install(CODE "execute_process\(COMMAND \${CMAKE_COMMAND} -DCMAKE_INSTALL_PREFIX=\${CMAKE_INSTALL_PREFIX} -P ${CMAKE_CURRENT_BINARY_DIR}/bolt_rt-bins/cmake_install.cmake \)"
COMPONENT bolt)
add_llvm_install_targets(install-bolt_rt
DEPENDS bolt_rt
DEPENDS bolt_rt bolt
COMPONENT bolt)
endif()