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

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 23:30:18 PDT 2021


akuegel updated this revision to Diff 366199.
akuegel added a comment.

Also add textual header include.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108017/new/

https://reviews.llvm.org/D108017

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


Index: utils/bazel/llvm-project-overlay/clang/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/clang/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -489,6 +489,10 @@
             "-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",
@@ -710,6 +714,7 @@
         "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",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108017.366199.patch
Type: text/x-patch
Size: 861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210813/3007d17b/attachment.bin>


More information about the llvm-commits mailing list