[all-commits] [llvm/llvm-project] 860e43: [Clang] Fix missing libraries for the include clea...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jun 2 10:45:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 860e439fb27f86b97bfd9acce5e27f4337c471c7
https://github.com/llvm/llvm-project/commit/860e439fb27f86b97bfd9acce5e27f4337c471c7
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
Log Message:
-----------
[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.
More information about the All-commits
mailing list