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
libcxx/utils/libcxx/test/googlebenchmark.py libcxx/utils/libcxx/test/config.py
libcxx/utils/libcxx/test/format.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
--- googlebenchmark.py 2026-09-17 04:42:40.000000 +0000
+++ googlebenchmark.py 2026-09-17 04:46:42.225015 +0000
@@ -161,12 +161,14 @@
_run(
litConfig,
"configure",
[
cmake,
- "-S", SOURCE_DIR,
- "-B", buildDir,
+ "-S",
+ SOURCE_DIR,
+ "-B",
+ buildDir,
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_CXX_COMPILER={}".format(compiler),
"-DCMAKE_CXX_FLAGS={}".format(" ".join(flags)),
"-DCMAKE_INSTALL_PREFIX={}".format(installDir),
"-DCMAKE_INSTALL_LIBDIR=lib",
``````````
</details>
https://github.com/llvm/llvm-project/pull/224192
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits