[PATCH] D149056: [bazel] test files for IRDL 8ac8c922fb3f15706f5cb1db2cc655d30b095766
Mikhail Goncharov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 05:05:15 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbe9c91843bab: [bazel] test files for IRDL 8ac8c922fb3f15706f5cb1db2cc655d30b095766 (authored by goncharov).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149056/new/
https://reviews.llvm.org/D149056
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
@@ -14,6 +14,7 @@
"//mlir:mlir-translate",
"//mlir/test:lit_data",
] + glob([
+ "IRDL/*.irdl.mlir",
"Transform/*-source.mlir",
"Transform/*-symbol-def.mlir",
"Transform/*-symbol-decl-and-schedule.mlir",
@@ -22,6 +23,7 @@
for src in glob(
include=["**/*.mlir"],
exclude=[
+ "IRDL/*.irdl.mlir",
"Transform/*-source.mlir",
"Transform/*-symbol-def.mlir",
"Transform/*-symbol-decl-and-schedule.mlir",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149056.516360.patch
Type: text/x-patch
Size: 826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230424/2a9538c8/attachment.bin>
More information about the llvm-commits
mailing list