[PATCH] D130890: [mlir][bazel] Fix bazel build files
Stephan Herhut via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 03:06:34 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0e5ac92ce2ad: [mlir][bazel] Fix bazel build files (authored by herhut).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130890/new/
https://reviews.llvm.org/D130890
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1191,6 +1191,7 @@
],
includes = ["include"],
deps = [
+ ":BuiltinDialectTdFiles",
":CastInterfacesTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
@@ -4388,6 +4389,7 @@
srcs = glob(["include/mlir/Dialect/SPIRV/IR/*.td"]),
includes = ["include"],
deps = [
+ ":BuiltinDialectTdFiles",
":CallInterfacesTdFiles",
":ControlFlowInterfacesTdFiles",
":FunctionInterfacesTdFiles",
@@ -8086,6 +8088,7 @@
],
includes = ["include"],
deps = [
+ ":BuiltinDialectTdFiles",
":InferTypeOpInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
@@ -8261,6 +8264,7 @@
],
includes = ["include"],
deps = [
+ ":BuiltinDialectTdFiles",
":CastInterfacesTdFiles",
":InferIntRangeInterfaceTdFiles",
":InferTypeOpInterfaceTdFiles",
@@ -8710,6 +8714,7 @@
],
includes = ["include"],
deps = [
+ ":BuiltinDialectTdFiles",
":CallInterfacesTdFiles",
":ControlFlowInterfacesTdFiles",
":FunctionInterfacesTdFiles",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130890.448979.patch
Type: text/x-patch
Size: 1386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/6625905b/attachment.bin>
More information about the llvm-commits
mailing list