From 2bb5cc54bee745ed3b7e74a99e8a3196434da2ec Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 22 May 2025 16:52:35 +0200 Subject: [PATCH] [bazel] Port 50127ac054a08321b64f4ac24bda5cad20e20ac1 --- utils/bazel/llvm-project-overlay/clang/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/bazel/llvm-project-overlay/clang/BUILD.bazel b/utils/bazel/llvm-project-overlay/clang/BUILD.bazel index 655f373b1548..30bd5cb1d6d0 100644 --- a/utils/bazel/llvm-project-overlay/clang/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/clang/BUILD.bazel @@ -503,6 +503,7 @@ gentbl_cc_library( "include/clang/Basic/AttrList.inc": ["-gen-clang-attr-list"], "include/clang/Basic/AttrParsedAttrList.inc": ["-gen-clang-attr-parsed-attr-list"], "include/clang/Basic/AttrSubMatchRulesList.inc": ["-gen-clang-attr-subject-match-rule-list"], + "include/clang/Basic/AttributeSpellingList.inc": ["-gen-attribute-spelling-list"], "include/clang/Basic/RegularKeywordAttrInfo.inc": ["-gen-clang-regular-keyword-attr-info"], "include/clang/Basic/CXX11AttributeInfo.inc": ["-gen-cxx11-attribute-info"], },