File tree 1 file changed +5
-0
lines changed
llvm/utils/gn/secondary/clang/lib/Sema 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ static_library("Sema") {
53
53
" SemaAMDGPU.cpp" ,
54
54
" SemaAPINotes.cpp" ,
55
55
" SemaARM.cpp" ,
56
+ " SemaAVR.cpp" ,
56
57
" SemaAccess.cpp" ,
57
58
" SemaAttr.cpp" ,
58
59
" SemaAvailability.cpp" ,
@@ -82,12 +83,15 @@ static_library("Sema") {
82
83
" SemaLambda.cpp" ,
83
84
" SemaLookup.cpp" ,
84
85
" SemaLoongArch.cpp" ,
86
+ " SemaM68k.cpp" ,
85
87
" SemaMIPS.cpp" ,
88
+ " SemaMSP430.cpp" ,
86
89
" SemaModule.cpp" ,
87
90
" SemaNVPTX.cpp" ,
88
91
" SemaObjC.cpp" ,
89
92
" SemaObjCProperty.cpp" ,
90
93
" SemaOpenACC.cpp" ,
94
+ " SemaOpenCL.cpp" ,
91
95
" SemaOpenMP.cpp" ,
92
96
" SemaOverload.cpp" ,
93
97
" SemaPPC.cpp" ,
@@ -97,6 +101,7 @@ static_library("Sema") {
97
101
" SemaStmt.cpp" ,
98
102
" SemaStmtAsm.cpp" ,
99
103
" SemaStmtAttr.cpp" ,
104
+ " SemaSwift.cpp" ,
100
105
" SemaSystemZ.cpp" ,
101
106
" SemaTemplate.cpp" ,
102
107
" SemaTemplateDeduction.cpp" ,
You can’t perform that action at this time.
0 commit comments