Skip to content

Commit eecbaac

Browse files
authored
[bazel] Add yaml2obj to mlir/Test/Target/BUILD.bazel (#153875)
#152131 uses yaml2obj, which is not listed as a dependency of the lit tests in bazel. This is causing LLVM CI failures, e.g [1]. [1]: https://buildkite.com/llvm-project/upstream-bazel/builds/146788/steps/canvas?sid=0198af37-f624-470f-aac1-d9e0b42fab56
1 parent 25285b3 commit eecbaac

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/mlir/test/Target

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/test/Target/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ package(default_visibility = ["//visibility:public"])
1010
srcs = [src],
1111
data = [
1212
"//llvm:split-file",
13+
"//llvm:yaml2obj",
1314
"//mlir:mlir-opt",
1415
"//mlir:mlir-translate",
1516
"//mlir/test:lit_data",

0 commit comments

Comments
 (0)