File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
llvm/utils/gn/secondary/clang Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,6 @@ clang_tablegen("AttrList") {
68
68
td_file = " Attr.td"
69
69
}
70
70
71
- clang_tablegen (" AttrLeftSideCanPrintList" ) {
72
- args = [ " -gen-clang-attr-can-print-left-list" ]
73
- td_file = " Attr.td"
74
- }
75
-
76
- clang_tablegen (" AttrLeftSideMustPrintList" ) {
77
- args = [ " -gen-clang-attr-must-print-left-list" ]
78
- td_file = " Attr.td"
79
- }
80
-
81
71
clang_tablegen (" AttrSubMatchRulesList" ) {
82
72
args = [ " -gen-clang-attr-subject-match-rule-list" ]
83
73
td_file = " Attr.td"
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ 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" ,
26
24
" //clang/include/clang/Basic:AttrList" ,
27
25
" //clang/include/clang/Basic:AttrSubMatchRulesList" ,
28
26
" //clang/include/clang/Basic:Builtins" ,
You can’t perform that action at this time.
0 commit comments