Skip to content

Commit 5af556f

Browse files
committed
[bazel] Add new TableGen output files for 46f3ade
1 parent a0022cc commit 5af556f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,14 @@ gentbl(
648648
"-gen-clang-attr-impl",
649649
"include/clang/AST/AttrImpl.inc",
650650
),
651+
(
652+
"-gen-clang-attr-can-print-left-list",
653+
"include/clang/Basic/AttrLeftSideCanPrintList.inc",
654+
),
655+
(
656+
"-gen-clang-attr-must-print-left-list",
657+
"include/clang/Basic/AttrLeftSideMustPrintList.inc",
658+
),
651659
],
652660
tblgen = ":clang-tblgen",
653661
td_file = "include/clang/Basic/Attr.td",

0 commit comments

Comments
 (0)