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 #120245
This commit is contained in:
parent
412e30b227
commit
b34ed25dd5
clang-tools-extra/clang-tidy
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user