[llvm-branch-commits] [libcxx] Workaround for build error after #108999 (PR #110783)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Oct 1 19:43:22 PDT 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r af5ab7ff2c86ff2c3d02cbb3591b22d7b968d98b...c2bcf7a16daa701f72e5007ebda5a08d59f0c346 libcxx/utils/generate_iwyu_mapping.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- generate_iwyu_mapping.py	2024-10-02 02:39:10.000000 +0000
+++ generate_iwyu_mapping.py	2024-10-02 02:42:51.297193 +0000
@@ -13,11 +13,11 @@
         "__debug_utils/.+",
         "__fwd/get[.]h",
         "__pstl/.+",
         "__support/.+",
         "__utility/private_constructor_tag.h",
-        "__cxx03/.+", # FIXME: Workaround for https://github.com/llvm/llvm-project/pull/108999
+        "__cxx03/.+",  # FIXME: Workaround for https://github.com/llvm/llvm-project/pull/108999
     ]
     if any(re.match(pattern, header) for pattern in ignore):
         return None
     elif header == "__bits":
         return ["bits"]

``````````

</details>


https://github.com/llvm/llvm-project/pull/110783


More information about the llvm-branch-commits mailing list