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