Skip to content

Commit 32546bd

Browse files
committed
[gn build] Port ed35a92
1 parent 8aa8019 commit 32546bd

File tree

1 file changed

+10
-0
lines changed
  • llvm/utils/gn/secondary/clang/lib/Sema

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,13 @@ static_library("Sema") {
5050
"Scope.cpp",
5151
"ScopeInfo.cpp",
5252
"Sema.cpp",
53+
"SemaAMDGPU.cpp",
5354
"SemaAPINotes.cpp",
55+
"SemaARM.cpp",
5456
"SemaAccess.cpp",
5557
"SemaAttr.cpp",
5658
"SemaAvailability.cpp",
59+
"SemaBPF.cpp",
5760
"SemaBase.cpp",
5861
"SemaCUDA.cpp",
5962
"SemaCXXScopeSpec.cpp",
@@ -74,27 +77,34 @@ static_library("Sema") {
7477
"SemaExprObjC.cpp",
7578
"SemaFixItUtils.cpp",
7679
"SemaHLSL.cpp",
80+
"SemaHexagon.cpp",
7781
"SemaInit.cpp",
7882
"SemaLambda.cpp",
7983
"SemaLookup.cpp",
84+
"SemaLoongArch.cpp",
85+
"SemaMIPS.cpp",
8086
"SemaModule.cpp",
87+
"SemaNVPTX.cpp",
8188
"SemaObjC.cpp",
8289
"SemaObjCProperty.cpp",
8390
"SemaOpenACC.cpp",
8491
"SemaOpenMP.cpp",
8592
"SemaOverload.cpp",
93+
"SemaPPC.cpp",
8694
"SemaPseudoObject.cpp",
8795
"SemaRISCV.cpp",
8896
"SemaSYCL.cpp",
8997
"SemaStmt.cpp",
9098
"SemaStmtAsm.cpp",
9199
"SemaStmtAttr.cpp",
100+
"SemaSystemZ.cpp",
92101
"SemaTemplate.cpp",
93102
"SemaTemplateDeduction.cpp",
94103
"SemaTemplateInstantiate.cpp",
95104
"SemaTemplateInstantiateDecl.cpp",
96105
"SemaTemplateVariadic.cpp",
97106
"SemaType.cpp",
107+
"SemaWasm.cpp",
98108
"SemaX86.cpp",
99109
"TypeLocBuilder.cpp",
100110
]

0 commit comments

Comments
 (0)