[all-commits] [llvm/llvm-project] 004c76: [bazel] Don't alwayslink clang-tidy libraries
Aaron Mondal via All-commits
all-commits at lists.llvm.org
Wed Mar 8 23:45:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 004c76155cdac2fea81e0c94d3798435adc63d81
https://github.com/llvm/llvm-project/commit/004c76155cdac2fea81e0c94d3798435adc63d81
Author: Aaron Siddhartha Mondal <aaron at eomii.org>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/clang-tools-extra/clang-tidy/defs.bzl
Log Message:
-----------
[bazel] Don't alwayslink clang-tidy libraries
These libraries are only ever used in clang-tidy itself, so there is no
need to unconditionally keep all symbols.
Reviewed By: GMNGeoffrey, #bazel_build
Differential Revision: https://reviews.llvm.org/D145258
More information about the All-commits
mailing list