Skip to content

Commit b3e3a20

Browse files
authored
[bazel] Add missing test inputs inclusion on mlir/test/Target. (#153854)
#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.
1 parent 49e28d7 commit b3e3a20

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)