Skip to content

Commit 6040c00

Browse files
authored
[bazel] Fix diff-test-update bazel test target by depending on split-file (llvm#158170)
llvm#157765 added tests that depend on the split-file utility, which breaks the Bazel test target.
1 parent 98d14ad commit 6040c00

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/utils/lit/tests/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ expand_template(
3131
"//llvm:FileCheck",
3232
"//llvm:count",
3333
"//llvm:not",
34+
"//llvm:split-file",
3435
] + glob(["Inputs/**"]),
3536
)
3637
for src in glob(

0 commit comments

Comments
 (0)