[libcxx-commits] [libcxx] [libcxxabi] [libunwind] [libc++] Fix deployment target Lit features (PR #94791)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 18 08:00:28 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 65b0301943e64d7841e11f047a1a9fbd15f28037...bf507d257c10ed02bceadc927a1c04f418897549 libcxx/utils/libcxx/test/features.py libcxx/utils/libcxx/test/params.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- features.py 2024-06-18 14:57:01.000000 +0000
+++ features.py 2024-06-18 15:00:03.274255 +0000
@@ -765,11 +765,10 @@
# TODO(ldionne) Please provide the correct value.
"stdlib=system && _target-before-llvm-19",
cfg.available_features,
),
),
-
#
# Availability markup features
#
# Tests that require std::to_chars(floating-point) in the built library
``````````
</details>
https://github.com/llvm/llvm-project/pull/94791
More information about the libcxx-commits
mailing list