[clang] Adjust BUILD.bazel file to also generate AttrDocTable.

Differential Revision: https://reviews.llvm.org/D108017
This commit is contained in:
Adrian Kuegel 2021-08-13 08:22:19 +02:00
parent ee65938357
commit 970129a2dd
1 changed files with 6 additions and 0 deletions

View File

@ -489,6 +489,10 @@ gentbl(
"-gen-clang-attr-classes",
"include/clang/AST/Attrs.inc",
),
(
"-gen-clang-attr-doc-table",
"lib/AST/AttrDocTable.inc",
),
(
"-gen-clang-attr-text-node-dump",
"include/clang/AST/AttrTextNodeDump.inc",
@ -693,6 +697,7 @@ cc_library(
]),
includes = [
"include",
"lib/AST",
"lib/AST/Interp",
],
textual_hdrs = [
@ -710,6 +715,7 @@ cc_library(
"include/clang/AST/DeclNodes.inc",
"include/clang/AST/StmtDataCollectors.inc",
"include/clang/AST/StmtNodes.inc",
"lib/AST/AttrDocTable.inc",
"lib/AST/Interp/Opcodes.inc",
] + glob([
"include/clang/AST/*.def",