[BOLT][NFC][TEST] Added llvm-dwarfdump and llvm-mc to BOLT_TEST_DEPS

(cherry picked from FBD28427352)
This commit is contained in:
Amir Ayupov 2021-05-13 15:36:43 -07:00 committed by Maksim Panchenko
parent ba6fdb8113
commit 99d7f90635
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ list(APPEND BOLT_TEST_DEPS
llvm-readobj
yaml2obj
llvm-strip
llvm-dwarfdump
llvm-mc
)
add_custom_target(bolt-test-depends DEPENDS ${BOLT_TEST_DEPS})