File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
llvm/utils/gn/secondary/clang/lib/Sema Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,13 @@ static_library("Sema") {
50
50
" Scope.cpp" ,
51
51
" ScopeInfo.cpp" ,
52
52
" Sema.cpp" ,
53
+ " SemaAMDGPU.cpp" ,
53
54
" SemaAPINotes.cpp" ,
55
+ " SemaARM.cpp" ,
54
56
" SemaAccess.cpp" ,
55
57
" SemaAttr.cpp" ,
56
58
" SemaAvailability.cpp" ,
59
+ " SemaBPF.cpp" ,
57
60
" SemaBase.cpp" ,
58
61
" SemaCUDA.cpp" ,
59
62
" SemaCXXScopeSpec.cpp" ,
@@ -74,27 +77,34 @@ static_library("Sema") {
74
77
" SemaExprObjC.cpp" ,
75
78
" SemaFixItUtils.cpp" ,
76
79
" SemaHLSL.cpp" ,
80
+ " SemaHexagon.cpp" ,
77
81
" SemaInit.cpp" ,
78
82
" SemaLambda.cpp" ,
79
83
" SemaLookup.cpp" ,
84
+ " SemaLoongArch.cpp" ,
85
+ " SemaMIPS.cpp" ,
80
86
" SemaModule.cpp" ,
87
+ " SemaNVPTX.cpp" ,
81
88
" SemaObjC.cpp" ,
82
89
" SemaObjCProperty.cpp" ,
83
90
" SemaOpenACC.cpp" ,
84
91
" SemaOpenMP.cpp" ,
85
92
" SemaOverload.cpp" ,
93
+ " SemaPPC.cpp" ,
86
94
" SemaPseudoObject.cpp" ,
87
95
" SemaRISCV.cpp" ,
88
96
" SemaSYCL.cpp" ,
89
97
" SemaStmt.cpp" ,
90
98
" SemaStmtAsm.cpp" ,
91
99
" SemaStmtAttr.cpp" ,
100
+ " SemaSystemZ.cpp" ,
92
101
" SemaTemplate.cpp" ,
93
102
" SemaTemplateDeduction.cpp" ,
94
103
" SemaTemplateInstantiate.cpp" ,
95
104
" SemaTemplateInstantiateDecl.cpp" ,
96
105
" SemaTemplateVariadic.cpp" ,
97
106
" SemaType.cpp" ,
107
+ " SemaWasm.cpp" ,
98
108
" SemaX86.cpp" ,
99
109
" TypeLocBuilder.cpp" ,
100
110
]
You can’t perform that action at this time.
0 commit comments