[llvm] 5abc725 - [gn build] Port 9b3df78b4c2a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 5 10:24:40 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-04-05T17:21:14Z
New Revision: 5abc7250122701012414733fc3273c01a45ffd29

URL: https://github.com/llvm/llvm-project/commit/5abc7250122701012414733fc3273c01a45ffd29
DIFF: https://github.com/llvm/llvm-project/commit/5abc7250122701012414733fc3273c01a45ffd29.diff

LOG: [gn build] Port 9b3df78b4c2a

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 c16c37d47b28..50e174ae0353 100644
--- a/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn
@@ -29,7 +29,7 @@ static_library("Core") {
     "CommonBugCategories.cpp",
     "ConstraintManager.cpp",
     "CoreEngine.cpp",
-    "DynamicSize.cpp",
+    "DynamicExtent.cpp",
     "DynamicType.cpp",
     "Environment.cpp",
     "ExplodedGraph.cpp",


        


More information about the llvm-commits mailing list