[all-commits] [llvm/llvm-project] fa79c2: [clang-tidy] Fix linking regression in clangTidyLL...

Michał Górny via All-commits all-commits at lists.llvm.org
Sat Jul 26 08:22:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa79c23ecc23d6e8a6956d9caedd0443ecdb5853
      https://github.com/llvm/llvm-project/commit/fa79c23ecc23d6e8a6956d9caedd0443ecdb5853
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-07-26 (Sat, 26 Jul 2025)

  Changed paths:
    M clang-tools-extra/clang-tidy/llvm/CMakeLists.txt

  Log Message:
  -----------
  [clang-tidy] Fix linking regression in clangTidyLLVMModule (#150769)

Fix the regression introduced in #149148 that incorrectly explicitly
linked `clangTransformer` when dylib was used. As a result, the
executables linking to `clangTidyLLVMModule` would end up linking both
the dylib and a number of static clang libraries, leading to complete
mayhem and undecipherable segmentation faults.

Signed-off-by: Michał Górny <mgorny at gentoo.org>



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