[llvm] Add print statements to lit for tracing purposes (PR #92694)
via llvm-commits
llvm-commits at lists.llvm.org
Sun May 19 05:59:56 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 9940620f6eab50deeaed0d976b2ea0afd007ba24...2d419dd0910260272fea457beb59414798ee2594 llvm/utils/lit/lit/main.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- main.py 2024-05-19 12:56:22.000000 +0000
+++ main.py 2024-05-19 12:59:30.753623 +0000
@@ -158,11 +158,11 @@
print("Endill 100")
if lit_config.numErrors:
sys.stderr.write("\n%d error(s) in tests\n" % lit_config.numErrors)
sys.exit(2)
-
+
print("Endill 110")
if lit_config.numWarnings:
sys.stderr.write("\n%d warning(s) in tests\n" % lit_config.numWarnings)
``````````
</details>
https://github.com/llvm/llvm-project/pull/92694
More information about the llvm-commits
mailing list