Skip to content

Commit c1a4896

Browse files
authored
[bazel][test] Add missing transforms test dep (llvm#106323)
For 73c3b73
1 parent 82db08e commit c1a4896

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/llvm/unittests

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ cc_test(
776776
"//llvm:IPO",
777777
"//llvm:IRReader",
778778
"//llvm:Passes",
779+
"//llvm:ProfileData",
779780
"//llvm:Support",
780781
"//llvm:TestingSupport",
781782
"//llvm:TransformUtils",

0 commit comments

Comments
 (0)