[clang] 5537b9a - [FIX] Add `clangIndex` as a dependence for `clangStaticAnalyzerCore`

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 3 08:20:41 PDT 2025


Author: Shilei Tian
Date: 2025-10-03T11:20:26-04:00
New Revision: 5537b9a16734fd0633cd9aa1f8b6427a7be68154

URL: https://github.com/llvm/llvm-project/commit/5537b9a16734fd0633cd9aa1f8b6427a7be68154
DIFF: https://github.com/llvm/llvm-project/commit/5537b9a16734fd0633cd9aa1f8b6427a7be68154.diff

LOG: [FIX] Add `clangIndex` as a dependence for `clangStaticAnalyzerCore`

This was introduced by #161663.

Added: 
    

Modified: 
    clang/lib/StaticAnalyzer/Core/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/lib/StaticAnalyzer/Core/CMakeLists.txt b/clang/lib/StaticAnalyzer/Core/CMakeLists.txt
index d0a9b202f9c52..b8095a5427b51 100644
--- a/clang/lib/StaticAnalyzer/Core/CMakeLists.txt
+++ b/clang/lib/StaticAnalyzer/Core/CMakeLists.txt
@@ -61,6 +61,7 @@ add_clang_library(clangStaticAnalyzerCore
   clangBasic
   clangCrossTU
   clangFrontend
+  clangIndex
   clangLex
   clangRewrite
   clangToolingCore


        


More information about the cfe-commits mailing list