Skip to content

Commit e9f74df

Browse files
authored
[BAZEL] Fix BAZEL build issue (#168539)
1 parent c771159 commit e9f74df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ cc_library(
10251025
gentbl_cc_library(
10261026
name = "sema_attr_gen",
10271027
tbl_outs = {
1028+
"include/clang/Sema/AttrIsTypeDependent.inc": ["-gen-clang-attr-is-type-dependent"],
10281029
"include/clang/Sema/AttrParsedAttrImpl.inc": ["-gen-clang-attr-parsed-attr-impl"],
10291030
"include/clang/Sema/AttrParsedAttrKinds.inc": ["-gen-clang-attr-parsed-attr-kinds"],
10301031
"include/clang/Sema/AttrSpellingListIndex.inc": ["-gen-clang-attr-spelling-index"],

0 commit comments

Comments
 (0)