[llvm] 2f516d4 - [gn build] Port 24144d726fef

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 17:29:47 PST 2024


Author: LLVM GN Syncbot
Date: 2024-02-16T01:23:51Z
New Revision: 2f516d4b31cd16b720ddabde09676d0c2ded7571

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

LOG: [gn build] Port 24144d726fef

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
index 27ed94468f1716..382ebf81cc30b1 100644
--- a/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
@@ -77,6 +77,7 @@ static_library("Sema") {
     "SemaLookup.cpp",
     "SemaModule.cpp",
     "SemaObjCProperty.cpp",
+    "SemaOpenACC.cpp",
     "SemaOpenMP.cpp",
     "SemaOverload.cpp",
     "SemaPseudoObject.cpp",


        


More information about the llvm-commits mailing list