File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ static_library("grammar") {
2
2
output_name = " clangPseudoGrammar"
3
3
configs += [ " //llvm/utils/gn/build:clang_code" ]
4
4
deps = [
5
- " //clang/include/clang/Basic:AttrTokenKinds " ,
5
+ " //clang/include/clang/Basic:RegularKeywordAttrInfo " ,
6
6
" //llvm/lib/Support" ,
7
7
]
8
8
include_dirs = [ " ../../include" ]
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ clang_tablegen("AttrSubMatchRulesList") {
82
82
td_file = " Attr.td"
83
83
}
84
84
85
- clang_tablegen (" AttrTokenKinds " ) {
86
- args = [ " -gen-clang-attr-token-kinds " ]
85
+ clang_tablegen (" RegularKeywordAttrInfo " ) {
86
+ args = [ " -gen-clang-regular-keyword-attr-info " ]
87
87
td_file = " Attr.td"
88
88
}
89
89
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ static_library("Basic") {
25
25
" //clang/include/clang/Basic:AttrLeftSideMustPrintList" ,
26
26
" //clang/include/clang/Basic:AttrList" ,
27
27
" //clang/include/clang/Basic:AttrSubMatchRulesList" ,
28
- " //clang/include/clang/Basic:AttrTokenKinds" ,
29
28
" //clang/include/clang/Basic:DiagnosticGroups" ,
29
+ " //clang/include/clang/Basic:RegularKeywordAttrInfo" ,
30
30
" //clang/include/clang/Basic:arm_cde_builtins" ,
31
31
" //clang/include/clang/Basic:arm_mve_builtins" ,
32
32
" //clang/include/clang/Basic:arm_sme_builtins" ,
You can’t perform that action at this time.
0 commit comments