[llvm] af56bea - [gn build] Port f65577830073

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 06:11:56 PST 2024


Author: LLVM GN Syncbot
Date: 2024-02-13T14:03:07Z
New Revision: af56beac45692bb25b62383b78ee0b50c40e1f60

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

LOG: [gn build] Port f65577830073

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
index ff793190bd2800..14cf759266e56e 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -141,6 +141,7 @@ static_library("AST") {
     "StmtCXX.cpp",
     "StmtIterator.cpp",
     "StmtObjC.cpp",
+    "StmtOpenACC.cpp",
     "StmtOpenMP.cpp",
     "StmtPrinter.cpp",
     "StmtProfile.cpp",


        


More information about the llvm-commits mailing list