[PATCH] D145258: [bazel] Don't alwayslink clang-tidy libraries

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 13:13:04 PST 2023


dblaikie added a comment.

I would've thought it was necessary to alwayslink them because maybe they use some kind of auto-registration system into clang-tidy, so without alwayslink your clang-tidy binary wouldn't link any of them in? But I could be wrong, maybe they're explicitly referenced in the clang-tidy binary?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145258/new/

https://reviews.llvm.org/D145258



More information about the llvm-commits mailing list