[llvm] [bazel] Port #151324 (PR #151345)
Jordan Rupprecht via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 07:45:45 PDT 2025
https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/151345
This was included in #151125 but somehow lost in the second time the patch was re-applied
>From 6121f2c724644b89dc7eb04cf59c9ef76fd362a7 Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Wed, 30 Jul 2025 07:44:16 -0700
Subject: [PATCH] [bazel] Port #151324
---
.../bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel
index 1dd418c75984e..5ebdc33dfdd1d 100644
--- a/utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel
@@ -32,6 +32,7 @@ package(default_visibility = ["//visibility:public"])
"//mlir:include/mlir/IR/BuiltinDialectBytecode.td",
"//mlir:include/mlir/IR/BytecodeBase.td",
"//mlir:include/mlir/IR/OpBase.td",
+ "//mlir:include/mlir/Interfaces/CallInterfaces.td",
"//mlir:include/mlir/Interfaces/InferTypeOpInterface.td",
"//mlir:include/mlir/Interfaces/SideEffectInterfaces.td",
"//mlir:include/mlir/Pass/PassBase.td",
More information about the llvm-commits
mailing list