File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
llvm/utils/gn/secondary/clang Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,11 @@ clang_tablegen("arm_fp16") {
105
105
args = [ " -gen-arm-neon-sema" ]
106
106
}
107
107
108
+ clang_tablegen (" arm_immcheck_types" ) {
109
+ args = [ " -gen-arm-immcheck-types" ]
110
+ td_file = " arm_sve.td"
111
+ }
112
+
108
113
clang_tablegen (" arm_mve_builtins" ) {
109
114
args = [ " -gen-arm-mve-builtin-def" ]
110
115
td_file = " arm_mve.td"
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ static_library("Basic") {
29
29
" //clang/include/clang/Basic:DiagnosticGroups" ,
30
30
" //clang/include/clang/Basic:RegularKeywordAttrInfo" ,
31
31
" //clang/include/clang/Basic:arm_cde_builtins" ,
32
+ " //clang/include/clang/Basic:arm_immcheck_types" ,
32
33
" //clang/include/clang/Basic:arm_mve_builtins" ,
33
34
" //clang/include/clang/Basic:arm_sme_builtins" ,
34
35
" //clang/include/clang/Basic:arm_sve_builtins" ,
You can’t perform that action at this time.
0 commit comments