[llvm] [bazel] Fix buildifier in tblgen.bzl (PR #158351)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 12 12:37:58 PDT 2025
https://github.com/keith created https://github.com/llvm/llvm-project/pull/158351
None
>From efda87706d66cfdf828ee20581bb4b7cce66c465 Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Fri, 12 Sep 2025 19:33:35 +0000
Subject: [PATCH] [bazel] Fix buildifier in tblgen.bzl
---
utils/bazel/llvm-project-overlay/mlir/tblgen.bzl | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/tblgen.bzl b/utils/bazel/llvm-project-overlay/mlir/tblgen.bzl
index 2213d220da269..c94935216e0e9 100644
--- a/utils/bazel/llvm-project-overlay/mlir/tblgen.bzl
+++ b/utils/bazel/llvm-project-overlay/mlir/tblgen.bzl
@@ -506,6 +506,7 @@ def gentbl_sharded_ops(
includes: See gentbl_rule.includes
deps: See gentbl_rule.deps
strip_include_prefix: Attribute to pass through to cc_library.
+ **kwargs: Passed through to all generated rules.
"""
cc_lib_name = name + "__gentbl_cc_lib"
gentbl_cc_library(
More information about the llvm-commits
mailing list