File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
llvm/utils/gn/secondary/clang Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -142,11 +142,6 @@ clang_tablegen("arm_sve_sema_rangechecks") {
142
142
td_file = " arm_sve.td"
143
143
}
144
144
145
- clang_tablegen (" arm_sve_streaming_attrs" ) {
146
- args = [ " -gen-arm-sve-streaming-attrs" ]
147
- td_file = " arm_sve.td"
148
- }
149
-
150
145
clang_tablegen (" arm_sme_builtins" ) {
151
146
args = [ " -gen-arm-sme-builtins" ]
152
147
td_file = " arm_sme.td"
@@ -162,11 +157,6 @@ clang_tablegen("arm_sme_sema_rangechecks") {
162
157
td_file = " arm_sme.td"
163
158
}
164
159
165
- clang_tablegen (" arm_sme_streaming_attrs" ) {
166
- args = [ " -gen-arm-sme-streaming-attrs" ]
167
- td_file = " arm_sme.td"
168
- }
169
-
170
160
clang_tablegen (" arm_cde_builtins" ) {
171
161
args = [ " -gen-arm-cde-builtin-def" ]
172
162
td_file = " arm_cde.td"
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ static_library("Sema") {
14
14
" //clang/include/clang/Basic:arm_mve_builtin_aliases" ,
15
15
" //clang/include/clang/Basic:arm_mve_builtin_sema" ,
16
16
" //clang/include/clang/Basic:arm_sme_sema_rangechecks" ,
17
- " //clang/include/clang/Basic:arm_sme_streaming_attrs" ,
18
17
" //clang/include/clang/Basic:arm_sve_sema_rangechecks" ,
19
- " //clang/include/clang/Basic:arm_sve_streaming_attrs" ,
20
18
" //clang/include/clang/Basic:riscv_sifive_vector_builtin_sema" ,
21
19
" //clang/include/clang/Basic:riscv_vector_builtin_sema" ,
22
20
" //clang/include/clang/Sema:AttrParsedAttrImpl" ,
You can’t perform that action at this time.
0 commit comments