Skip to content

Commit b7f608b

Browse files
wecinggithub-actions[bot]
authored andcommitted
Automerge: [bazel] Add missing test inputs inclusion on mlir/test/Target. (#153854)
llvm/llvm-project#152131 added a few tests that depend on `mlir/test/Target/Wasm/inputs/*`, e.g. `mlir/test/Target/Wasm/import.mlir` reads `inputs/import.yaml.wasm`. These inputs should be included as data dependency.
2 parents cd03706 + b3e3a20 commit b7f608b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package(default_visibility = ["//visibility:public"])
1313
"//mlir:mlir-opt",
1414
"//mlir:mlir-translate",
1515
"//mlir/test:lit_data",
16-
],
16+
] + glob(["Wasm/inputs/*"]),
1717
)
1818
for src in glob([
1919
"**/*.mlir",

0 commit comments

Comments
 (0)