[llvm] 3eff86f - [gn build] Port 9ec8c961664d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 12:05:36 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-04-16T18:59:12Z
New Revision: 3eff86f82cb59d7dfc88e0cc3d8df8282f24f028

URL: https://github.com/llvm/llvm-project/commit/3eff86f82cb59d7dfc88e0cc3d8df8282f24f028
DIFF: https://github.com/llvm/llvm-project/commit/3eff86f82cb59d7dfc88e0cc3d8df8282f24f028.diff

LOG: [gn build] Port 9ec8c961664d

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
index 04f20211b3c710..22433459a78786 100644
--- a/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
@@ -23,6 +23,7 @@ static_library("FlowSensitive") {
     target_gen_dir,
   ]
   sources = [
+    "ASTOps.cpp",
     "AdornedCFG.cpp",
     "Arena.cpp",
     "DataflowAnalysisContext.cpp",


        


More information about the llvm-commits mailing list