[compiler-rt] [compiler-rt][test] Remove noisy warnings (PR #191510)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 13:51:51 PDT 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 compiler-rt/test/fuzzer/lit.cfg.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
--- lit.cfg.py 2026-04-22 20:50:08.000000 +0000
+++ lit.cfg.py 2026-04-22 20:51:17.414607 +0000
@@ -68,11 +68,11 @@
config.substitutions.append(("%python", '"%s"' % (sys.executable)))
def generate_compiler_cmd(is_cpp=True, fuzzer_enabled=True, msan_enabled=False):
compiler_cmd = config.clang
- extra_cmd = ''
+ extra_cmd = ""
if is_cpp:
std_cmd = "--driver-mode=g++"
else:
std_cmd = ""
``````````
</details>
https://github.com/llvm/llvm-project/pull/191510
More information about the llvm-commits
mailing list