Skip to content

Commit 6f8e87b

Browse files
committed
[gn] port 22a2cae (AttrIsTypeDependent.inc)
1 parent 0f615dc commit 6f8e87b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

llvm/utils/gn/secondary/clang/include/clang/Sema/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1318
clang_tablegen("AttrSpellingListIndex") {
1419
args = [ "-gen-clang-attr-spelling-index" ]
1520
td_file = "../Basic/Attr.td"

llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)