Skip to content

Commit 9760be0

Browse files
committed
[gn build] Port 6b755b0
1 parent 6b755b0 commit 9760be0

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ static_library("Sema") {
5353
"SemaAMDGPU.cpp",
5454
"SemaAPINotes.cpp",
5555
"SemaARM.cpp",
56+
"SemaAVR.cpp",
5657
"SemaAccess.cpp",
5758
"SemaAttr.cpp",
5859
"SemaAvailability.cpp",
@@ -82,12 +83,15 @@ static_library("Sema") {
8283
"SemaLambda.cpp",
8384
"SemaLookup.cpp",
8485
"SemaLoongArch.cpp",
86+
"SemaM68k.cpp",
8587
"SemaMIPS.cpp",
88+
"SemaMSP430.cpp",
8689
"SemaModule.cpp",
8790
"SemaNVPTX.cpp",
8891
"SemaObjC.cpp",
8992
"SemaObjCProperty.cpp",
9093
"SemaOpenACC.cpp",
94+
"SemaOpenCL.cpp",
9195
"SemaOpenMP.cpp",
9296
"SemaOverload.cpp",
9397
"SemaPPC.cpp",
@@ -97,6 +101,7 @@ static_library("Sema") {
97101
"SemaStmt.cpp",
98102
"SemaStmtAsm.cpp",
99103
"SemaStmtAttr.cpp",
104+
"SemaSwift.cpp",
100105
"SemaSystemZ.cpp",
101106
"SemaTemplate.cpp",
102107
"SemaTemplateDeduction.cpp",

0 commit comments

Comments
 (0)