[PATCH] D147088: [bazel] Fix MLIR tests after 92c6946
Aaron Siddhartha Mondal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 14:57:35 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGafeec474ea62: [bazel] Fix MLIR tests after 92c6946 (authored by aaronmondal).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147088/new/
https://reviews.llvm.org/D147088
Files:
utils/bazel/llvm-project-overlay/mlir/test/Dialect/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/test/Dialect/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/test/Dialect/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/test/Dialect/BUILD.bazel
@@ -16,6 +16,7 @@
] + glob([
"Transform/*-source.mlir",
"Transform/*-symbol-def.mlir",
+ "Transform/*-symbol-decl-and-schedule.mlir",
])
)
for src in glob(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147088.509149.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230328/ba76869c/attachment.bin>
More information about the llvm-commits
mailing list