Skip to content

Commit e7bd673

Browse files
committedDec 20, 2023
[runtimes] Fix test dependencies
compiler-rt/test/profile/instrprof-thinlto-indirect-call-promotion.cpp needs llvm-lto and opt.
1 parent b03f0c5 commit e7bd673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎llvm/runtimes/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -522,13 +522,15 @@ if(runtimes)
522522
FileCheck
523523
count
524524
llvm-cov
525+
llvm-lto
525526
llvm-nm
526527
llvm-objdump
527528
llvm-profdata
528529
llvm-size
529530
llvm-xray
530531
not
531532
obj2yaml
533+
opt
532534
sancov
533535
sanstats
534536
llvm_gtest_main

0 commit comments

Comments
 (0)
Please sign in to comment.