Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorrdzhabarov <rdzhabarov@google.com>2022-04-12 03:29:23 +0300
committerrdzhabarov <rdzhabarov@google.com>2022-04-12 04:22:15 +0300
commite4c4d0d2989936a8158697065bee7c174cbc65fc (patch)
tree66f3a7b9e896ff2db55715f6be207bce7acf547b /utils
parent0bc314fc5412c097210f58edea52d365040afbe6 (diff)
Fixing BUILD dependency on the DialectBase.
Differential Revision: https://reviews.llvm.org/D123558
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 5b99d12bd0cd..c2160c1c191a 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -952,6 +952,7 @@ td_library(
name = "OpBaseTdFiles",
srcs = [
"include/mlir/IR/AttrTypeBase.td",
+ "include/mlir/IR/DialectBase.td",
"include/mlir/IR/EnumAttr.td",
"include/mlir/IR/OpAsmInterface.td",
"include/mlir/IR/OpBase.td",