[llvm] [mlir] [openmp] fix bazel build (PR #92790)
Jeremy Kun via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 10:07:33 PDT 2024
https://github.com/j2kun created https://github.com/llvm/llvm-project/pull/92790
None
>From 02f321ae5cf3850f9cb66e5fe4a31ee740caa7f5 Mon Sep 17 00:00:00 2001
From: Jeremy Kun <j2kun at users.noreply.github.com>
Date: Mon, 20 May 2024 10:07:16 -0700
Subject: [PATCH] [mlir] [openmp] fix bazel build
---
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 71fca298e9b9a..b5cde7005de62 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10145,6 +10145,7 @@ td_library(
srcs = [
"include/mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.td",
"include/mlir/Dialect/OpenMP/OmpCommon.td",
+ "include/mlir/Dialect/OpenMP/OpenMPAttrDefs.td",
"include/mlir/Dialect/OpenMP/OpenMPOps.td",
"include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td",
"include/mlir/Dialect/OpenMP/OpenMPTypeInterfaces.td",
More information about the llvm-commits
mailing list