File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
llvm/utils/gn/secondary/clang Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,11 @@ clang_tablegen("AttrList") {
7979 td_file = " Attr.td"
8080}
8181
82+ clang_tablegen (" AttrParsedAttrList" ) {
83+ args = [ " -gen-clang-attr-parsed-attr-list" ]
84+ td_file = " ../Basic/Attr.td"
85+ }
86+
8287clang_tablegen (" AttrSubMatchRulesList" ) {
8388 args = [ " -gen-clang-attr-subject-match-rule-list" ]
8489 td_file = " Attr.td"
@@ -94,6 +99,11 @@ clang_tablegen("AttrHasAttributeImpl") {
9499 td_file = " Attr.td"
95100}
96101
102+ clang_tablegen (" CXX11AttributeInfo" ) {
103+ args = [ " -gen-cxx11-attribute-info" ]
104+ td_file = " ../Basic/Attr.td"
105+ }
106+
97107clang_tablegen (" Builtins" ) {
98108 args = [ " -gen-clang-builtins" ]
99109}
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ clang_tablegen("AttrTemplateInstantiate") {
55 td_file = " ../Basic/Attr.td"
66}
77
8- clang_tablegen (" AttrParsedAttrList" ) {
9- args = [ " -gen-clang-attr-parsed-attr-list" ]
10- td_file = " ../Basic/Attr.td"
11- }
12-
138clang_tablegen (" AttrParsedAttrKinds" ) {
149 args = [ " -gen-clang-attr-parsed-attr-kinds" ]
1510 td_file = " ../Basic/Attr.td"
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ static_library("Basic") {
5050 deps = [
5151 " :write_vcsversion" ,
5252 " //clang/include/clang/Basic:AttrHasAttributeImpl" ,
53+ " //clang/include/clang/Basic:CXX11AttributeInfo" ,
5354 " //clang/include/clang/Basic:arm_fp16" ,
5455 " //clang/include/clang/Basic:arm_neon" ,
5556 " //clang/include/clang/Config" ,
You can’t perform that action at this time.
0 commit comments