[Clang] Fix missing libraries for the include cleaner check
authorJoseph Huber <jhuber6@vols.utk.edu>
Fri, 2 Jun 2023 17:42:15 +0000 (12:42 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Fri, 2 Jun 2023 17:43:55 +0000 (12:43 -0500)
commit860e439fb27f86b97bfd9acce5e27f4337c471c7
treebd5b05705541d82fcf524e085a91126b97565441
parent4fcbe5fbeda15220bbbd8f4dbd6909a66a19b779
[Clang] Fix missing libraries for the include cleaner check

Summary:
Recently, the changes in https://reviews.llvm.org/D148793 introduced
some extra dependencies that caused link failured on my machine. This
patch adds the necessary libraries to resolve the link failures and
allow me to build again.
clang-tools-extra/clang-tidy/misc/CMakeLists.txt