[llvm] 9b1ce47 - [gn build] Port 57e36419b251

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 00:33:13 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-03-17T07:24:08Z
New Revision: 9b1ce477af5603e665258362fb8b9fe4091efbde

URL: https://github.com/llvm/llvm-project/commit/9b1ce477af5603e665258362fb8b9fe4091efbde
DIFF: https://github.com/llvm/llvm-project/commit/9b1ce477af5603e665258362fb8b9fe4091efbde.diff

LOG: [gn build] Port 57e36419b251

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn
index 04f447adecb62..c86bf1266d404 100644
--- a/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn
@@ -33,6 +33,7 @@ static_library("Core") {
     "CoreEngine.cpp",
     "DynamicExtent.cpp",
     "DynamicType.cpp",
+    "EntryPointStats.cpp",
     "Environment.cpp",
     "ExplodedGraph.cpp",
     "ExprEngine.cpp",


        


More information about the llvm-commits mailing list