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 @@ -67,6 +67,16 @@ clang_tablegen("AttrList") {
67
67
td_file = " Attr.td"
68
68
}
69
69
70
+ clang_tablegen (" AttrLeftSideCanPrintList" ) {
71
+ args = [ " -gen-clang-attr-can-print-left-list" ]
72
+ td_file = " Attr.td"
73
+ }
74
+
75
+ clang_tablegen (" AttrLeftSideMustPrintList" ) {
76
+ args = [ " -gen-clang-attr-must-print-left-list" ]
77
+ td_file = " Attr.td"
78
+ }
79
+
70
80
clang_tablegen (" AttrSubMatchRulesList" ) {
71
81
args = [ " -gen-clang-attr-subject-match-rule-list" ]
72
82
td_file = " Attr.td"
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ static_library("Basic") {
21
21
configs += [ " //llvm/utils/gn/build:clang_code" ]
22
22
public_deps = [
23
23
# public_dep because public header Version.h includes generated Version.inc.
24
+ " //clang/include/clang/Basic:AttrLeftSideCanPrintList" ,
25
+ " //clang/include/clang/Basic:AttrLeftSideMustPrintList" ,
24
26
" //clang/include/clang/Basic:AttrList" ,
25
27
" //clang/include/clang/Basic:AttrSubMatchRulesList" ,
26
28
" //clang/include/clang/Basic:AttrTokenKinds" ,
You can’t perform that action at this time.
0 commit comments