Skip to content

Commit 3ed28bb

Browse files
committedJan 23, 2025
[bazel] Generate CXX11AttributeInfo.inc for 4018317
1 parent 1688c87 commit 3ed28bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

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

+4
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,10 @@ gentbl(
584584
"-gen-clang-regular-keyword-attr-info",
585585
"include/clang/Basic/RegularKeywordAttrInfo.inc",
586586
),
587+
(
588+
"-gen-cxx11-attribute-info",
589+
"include/clang/Basic/CXX11AttributeInfo.inc",
590+
),
587591
],
588592
tblgen = ":clang-tblgen",
589593
td_file = "include/clang/Basic/Attr.td",

0 commit comments

Comments
 (0)
Please sign in to comment.