[llvm] [mlir] Fix Bazel build after d1fcfce83471c28bdf77d5e1e5c58c9cc6f7a051. (PR #97288)

Alexander Belyaev via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 05:32:54 PDT 2024


https://github.com/pifon2a created https://github.com/llvm/llvm-project/pull/97288

None

>From 427fe7624ff52b9456c2224f66a26755284c3829 Mon Sep 17 00:00:00 2001
From: Alexander Belyaev <pifon at google.com>
Date: Mon, 1 Jul 2024 14:31:44 +0200
Subject: [PATCH] [mlir] Fix Bazel build after
 d1fcfce83471c28bdf77d5e1e5c58c9cc6f7a051.

---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index c9061e7eea3dc..2543ed8113f37 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10320,6 +10320,7 @@ td_library(
         "include/mlir/Dialect/OpenACCMPCommon/Interfaces/OpenACCMPOpsInterfaces.td",
         "include/mlir/Dialect/OpenMP/OmpCommon.td",
         "include/mlir/Dialect/OpenMP/OpenMPAttrDefs.td",
+        "include/mlir/Dialect/OpenMP/OpenMPClauses.td",
         "include/mlir/Dialect/OpenMP/OpenMPDialect.td",
         "include/mlir/Dialect/OpenMP/OpenMPEnums.td",
         "include/mlir/Dialect/OpenMP/OpenMPOpBase.td",



More information about the llvm-commits mailing list