[lld] [llvm] [DTLTO] Make temporary file handling consistent (PR #176807)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 21 18:00:59 PST 2026
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 origin/main...HEAD cross-project-tests/dtlto/local_codegen_and_wait.py cross-project-tests/dtlto/test_temps.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- test_temps.py 2026-01-22 01:56:05.000000 +0000
+++ test_temps.py 2026-01-22 02:00:26.425216 +0000
@@ -88,6 +88,5 @@
if action == "kill":
p.wait()
sys.exit(0 if p.returncode != 0 else 1)
else:
sys.exit(p.wait())
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/176807
More information about the llvm-commits
mailing list