[llvm] [bazel] Port #92819 (PR #93992)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 10:33:27 PDT 2024
https://github.com/keith created https://github.com/llvm/llvm-project/pull/93992
None
>From 980d80c11d1583e998123cbd1e18a7633c4825e6 Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Fri, 31 May 2024 17:32:03 +0000
Subject: [PATCH] [bazel] Port #92819
---
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 e624d1fc67f44..179831364d1c7 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2686,6 +2686,7 @@ cc_library(
"include/mlir/Dialect/IRDL/IR/IRDLInterfaces.h",
"include/mlir/Dialect/IRDL/IR/IRDLTraits.h",
"include/mlir/Dialect/IRDL/IRDLLoading.h",
+ "include/mlir/Dialect/IRDL/IRDLSymbols.h",
"include/mlir/Dialect/IRDL/IRDLVerifiers.h",
],
includes = ["include"],
More information about the llvm-commits
mailing list