mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[clang-tidy] Fix build bot break after 474a2b9367
The commmit added clang-tidy checks without adding the required library to the link step. Caused failures with shared library builds.
This commit is contained in:
parent
024e540896
commit
ffd7a200fd
@ -39,6 +39,7 @@ add_clang_library(clangTidyCppCoreGuidelinesModule
|
||||
clangTidy
|
||||
clangTidyMiscModule
|
||||
clangTidyModernizeModule
|
||||
clangTidyPerformanceModule
|
||||
clangTidyReadabilityModule
|
||||
clangTidyUtils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user