File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
llvm/utils/gn/secondary/clang Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,13 @@ clang_tablegen("arm_sve_builtins") {
124
124
td_file = " arm_sve.td"
125
125
}
126
126
127
- clang_tablegen (" arm_sve_codegenmap" ) {
128
- args = [ " -gen-arm-sve-codegenmap" ]
127
+ clang_tablegen (" arm_sve_builtin_cg" ) {
128
+ args = [ " -gen-arm-sve-builtin-codegen" ]
129
+ td_file = " arm_sve.td"
130
+ }
131
+
132
+ clang_tablegen (" arm_sve_typeflags" ) {
133
+ args = [ " -gen-arm-sve-typeflags" ]
129
134
td_file = " arm_sve.td"
130
135
}
131
136
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ static_library("Basic") {
27
27
" //clang/include/clang/Basic:arm_cde_builtins" ,
28
28
" //clang/include/clang/Basic:arm_mve_builtins" ,
29
29
" //clang/include/clang/Basic:arm_sve_builtins" ,
30
+ " //clang/include/clang/Basic:arm_sve_typeflags" ,
30
31
" //clang/include/clang/Basic:diags_tablegen" ,
31
32
" //clang/include/clang/Basic:version" ,
32
33
]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ static_library("CodeGen") {
4
4
deps = [
5
5
" //clang/include/clang/Basic:arm_cde_builtin_cg" ,
6
6
" //clang/include/clang/Basic:arm_mve_builtin_cg" ,
7
- " //clang/include/clang/Basic:arm_sve_codegenmap " ,
7
+ " //clang/include/clang/Basic:arm_sve_builtin_cg " ,
8
8
" //clang/lib/AST" ,
9
9
" //clang/lib/Analysis" ,
10
10
" //clang/lib/Basic" ,
You can’t perform that action at this time.
0 commit comments