[llvm] 2af5ea2 - [gn build] Port 44b7cf2983b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 11:00:00 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-10-13T17:53:39Z
New Revision: 2af5ea28af4997428065c9da9b2413ae2095ef99

URL: https://github.com/llvm/llvm-project/commit/2af5ea28af4997428065c9da9b2413ae2095ef99
DIFF: https://github.com/llvm/llvm-project/commit/2af5ea28af4997428065c9da9b2413ae2095ef99.diff

LOG: [gn build] Port 44b7cf2983b

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
index 512fbcef0d0a..aa84c52c1986 100644
--- a/llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
@@ -23,13 +23,18 @@ static_library("Analysis") {
     "Consumed.cpp",
     "Dominators.cpp",
     "ExprMutationAnalyzer.cpp",
+    "HTMLPathDiagnosticConsumer.cpp",
     "LiveVariables.cpp",
     "ObjCNoReturn.cpp",
     "PathDiagnostic.cpp",
+    "PlistHTMLPathDiagnosticConsumer.cpp",
+    "PlistPathDiagnosticConsumer.cpp",
     "PostOrderCFGView.cpp",
     "ProgramPoint.cpp",
     "ReachableCode.cpp",
     "RetainSummaryManager.cpp",
+    "SarifPathDiagnosticConsumer.cpp",
+    "TextPathDiagnosticConsumer.cpp",
     "ThreadSafety.cpp",
     "ThreadSafetyCommon.cpp",
     "ThreadSafetyLogical.cpp",

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 772fa4dfdae9..9dde38953a86 100644
--- a/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn
@@ -39,12 +39,10 @@ static_library("Core") {
     "ExprEngineCallAndReturn.cpp",
     "ExprEngineObjC.cpp",
     "FunctionSummary.cpp",
-    "HTMLDiagnostics.cpp",
     "IssueHash.cpp",
     "LoopUnrolling.cpp",
     "LoopWidening.cpp",
     "MemRegion.cpp",
-    "PlistDiagnostics.cpp",
     "ProgramState.cpp",
     "RangeConstraintManager.cpp",
     "RangedConstraintManager.cpp",
@@ -52,12 +50,10 @@ static_library("Core") {
     "SMTConstraintManager.cpp",
     "SValBuilder.cpp",
     "SVals.cpp",
-    "SarifDiagnostics.cpp",
     "SimpleConstraintManager.cpp",
     "SimpleSValBuilder.cpp",
     "Store.cpp",
     "SymbolManager.cpp",
-    "TextDiagnostics.cpp",
     "WorkList.cpp",
   ]
 }


        


More information about the llvm-commits mailing list