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 @@ -10,6 +10,11 @@ clang_tablegen("AttrParsedAttrKinds") {
1010 td_file = " ../Basic/Attr.td"
1111}
1212
13+ clang_tablegen (" AttrIsTypeDependent" ) {
14+ args = [ " -gen-clang-attr-is-type-dependent" ]
15+ td_file = " ../Basic/Attr.td"
16+ }
17+
1318clang_tablegen (" AttrSpellingListIndex" ) {
1419 args = [ " -gen-clang-attr-spelling-index" ]
1520 td_file = " ../Basic/Attr.td"
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ static_library("Sema") {
2424 " //clang/include/clang/Basic:riscv_vector_builtin_sema" ,
2525 " //clang/include/clang/Sema:AttrParsedAttrImpl" ,
2626 " //clang/include/clang/Sema:AttrParsedAttrKinds" ,
27+ " //clang/include/clang/Sema:AttrIsTypeDependent" ,
2728 " //clang/include/clang/Sema:AttrSpellingListIndex" ,
2829 " //clang/include/clang/Sema:AttrTemplateInstantiate" ,
2930 " //clang/lib/APINotes" ,
You can’t perform that action at this time.
0 commit comments