[libcxx] [llvm] Add more debug output to the builders for a moment. (PR #83508)

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 2 08:20:46 PST 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 5b058709536dd883980722ee000bb7b8c7b2cd8b...18ae68ad15d2c548ad1d2276b21fb314e6e84889 libcxx/utils/run.py llvm/utils/lit/lit/run.py
``````````

</details>

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

``````````diff
--- llvm/utils/lit/lit/run.py	2024-03-02 16:17:49.000000 +0000
+++ llvm/utils/lit/lit/run.py	2024-03-02 16:20:37.940153 +0000
@@ -137,10 +137,10 @@
                 resource.setrlimit(NPROC, (desired_limit, hard_limit))
                 self.lit_config.note(
                     "Raised process limit from %d to %d" % (soft_limit, desired_limit)
                 )
         except AssertionError as assErr:
-            self.lit_config.warning('Tried to ')
+            self.lit_config.warning("Tried to ")
         except Exception as ex:
             # Warn, unless this is Windows, in which case this is expected.
             if os.name != "nt":
                 self.lit_config.warning("Failed to raise process limit: %s" % type(ex))

``````````

</details>


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


More information about the llvm-commits mailing list