[llvm] 8c87451 - [gn build] Port 383cfeee09d1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 09:04:16 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-03-13T15:57:29Z
New Revision: 8c87451c2bc415666699aad48a0b2b7459a9a4f1

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

LOG: [gn build] Port 383cfeee09d1

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
index 664dabfb4eac4..639276f48c84b 100644
--- a/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
@@ -78,6 +78,7 @@ static_library("Basic") {
     "OpenCLOptions.cpp",
     "OpenMPKinds.cpp",
     "OperatorPrecedence.cpp",
+    "ParsedAttrInfo.cpp",
     "ProfileList.cpp",
     "SanitizerSpecialCaseList.cpp",
     "Sanitizers.cpp",


        


More information about the llvm-commits mailing list