0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 14:36:55 +00:00

[clang-tidy][NFC] add link libs for bugprone module

Fixed bug issue introduced in 
This commit is contained in:
Congcong Cai 2024-12-29 19:51:55 +08:00
parent 412e30b227
commit b34ed25dd5
2 changed files with 1 additions and 1 deletions
clang-tools-extra/clang-tidy
bugprone
cppcoreguidelines

@ -96,7 +96,6 @@ add_clang_library(clangTidyBugproneModule STATIC
LINK_LIBS
clangTidy
clangTidyCppCoreGuidelinesModule
clangTidyUtils
DEPENDS

@ -37,6 +37,7 @@ add_clang_library(clangTidyCppCoreGuidelinesModule STATIC
LINK_LIBS
clangTidy
clangTidyBugproneModule
clangTidyMiscModule
clangTidyModernizeModule
clangTidyPerformanceModule