[llvm] [Bazel] Fixes 9889e62 (PR #206294)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 27 17:14:16 PDT 2026


https://github.com/forking-google-bazel-bot[bot] created https://github.com/llvm/llvm-project/pull/206294

This fixes 9889e626983fe38aca09283e9092fd8cebdae8fa.



>From b34cac1d24e3e27808b914097aade62a463c70f0 Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Sun, 28 Jun 2026 00:14:06 +0000
Subject: [PATCH] Fix Bazel build for 9889e62

---
 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 d524fe69b8c89..87d32d0fa5022 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -525,6 +525,7 @@ mlir_c_api_cc_library(
         "include/mlir/CAPI/AffineMap.h",
         "include/mlir/CAPI/Diagnostics.h",
         "include/mlir/CAPI/IR.h",
+        "include/mlir/CAPI/IRMapping.h",
         "include/mlir/CAPI/IntegerSet.h",
         "include/mlir/CAPI/Interfaces.h",
         "include/mlir/CAPI/Pass.h",



More information about the llvm-commits mailing list