[llvm] 32546bd - [gn build] Port ed35a92c4046
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 09:14:21 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-05-30T16:08:16Z
New Revision: 32546bd2ff822df2419589a03747c6d83415a59e
URL: https://github.com/llvm/llvm-project/commit/32546bd2ff822df2419589a03747c6d83415a59e
DIFF: https://github.com/llvm/llvm-project/commit/32546bd2ff822df2419589a03747c6d83415a59e.diff
LOG: [gn build] Port ed35a92c4046
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 9075ada55c0f1..b90f6c102fc70 100644
--- a/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
@@ -50,10 +50,13 @@ static_library("Sema") {
"Scope.cpp",
"ScopeInfo.cpp",
"Sema.cpp",
+ "SemaAMDGPU.cpp",
"SemaAPINotes.cpp",
+ "SemaARM.cpp",
"SemaAccess.cpp",
"SemaAttr.cpp",
"SemaAvailability.cpp",
+ "SemaBPF.cpp",
"SemaBase.cpp",
"SemaCUDA.cpp",
"SemaCXXScopeSpec.cpp",
@@ -74,27 +77,34 @@ static_library("Sema") {
"SemaExprObjC.cpp",
"SemaFixItUtils.cpp",
"SemaHLSL.cpp",
+ "SemaHexagon.cpp",
"SemaInit.cpp",
"SemaLambda.cpp",
"SemaLookup.cpp",
+ "SemaLoongArch.cpp",
+ "SemaMIPS.cpp",
"SemaModule.cpp",
+ "SemaNVPTX.cpp",
"SemaObjC.cpp",
"SemaObjCProperty.cpp",
"SemaOpenACC.cpp",
"SemaOpenMP.cpp",
"SemaOverload.cpp",
+ "SemaPPC.cpp",
"SemaPseudoObject.cpp",
"SemaRISCV.cpp",
"SemaSYCL.cpp",
"SemaStmt.cpp",
"SemaStmtAsm.cpp",
"SemaStmtAttr.cpp",
+ "SemaSystemZ.cpp",
"SemaTemplate.cpp",
"SemaTemplateDeduction.cpp",
"SemaTemplateInstantiate.cpp",
"SemaTemplateInstantiateDecl.cpp",
"SemaTemplateVariadic.cpp",
"SemaType.cpp",
+ "SemaWasm.cpp",
"SemaX86.cpp",
"TypeLocBuilder.cpp",
]
More information about the llvm-commits
mailing list