[clang-tidy] Fix build bot break after 474a2b9367ad
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 14 Jun 2023 11:45:05 +0000 (06:45 -0500)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 14 Jun 2023 11:47:34 +0000 (06:47 -0500)
The commmit added clang-tidy checks without adding
the required library to the link step.
Caused failures with shared library builds.

clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt

index b63f28f..3b6fd64 100644 (file)
@@ -39,6 +39,7 @@ add_clang_library(clangTidyCppCoreGuidelinesModule
   clangTidy
   clangTidyMiscModule
   clangTidyModernizeModule
+  clangTidyPerformanceModule
   clangTidyReadabilityModule
   clangTidyUtils