[all-commits] [llvm/llvm-project] 1b479e: [bazel] NFC: Change `tbl_outs` to dicts. (#137788)
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon May 5 01:06:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b479e8314462d798dacf0263206da95f666cd47
https://github.com/llvm/llvm-project/commit/1b479e8314462d798dacf0263206da95f666cd47
Author: Christian Sigg <csigg at google.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/lld/BUILD.bazel
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
R utils/bazel/llvm-project-overlay/llvm/tblgen.bzl
M utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/tblgen.bzl
Log Message:
-----------
[bazel] NFC: Change `tbl_outs` to dicts. (#137788)
There were some `gentbl_cc_library` targets left to convert.
Allow `gentbl_filegroup` rule to take a dict as well and change all
targets.
Move lld/BUILD.bazel from //llvm:tblgen.bzl to //mlir:tblgen.bzl, delete
the former.
This makes the BUILD files shorter and more readable.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list