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 
0e1a9e3084cd8dffa5d4f2cf6eabf9e7721e1cdd...3409af09aec7f81af7e6e976a774aa945aa7f6ee
 compiler-rt/test/profile/lit.cfg.py
``````````

</details>

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

``````````diff
--- lit.cfg.py  2023-12-11 02:48:07.000000 +0000
+++ lit.cfg.py  2023-12-11 04:05:53.192500 +0000
@@ -146,11 +146,11 @@
 
 config.substitutions.append(
     ("%clang_pgouse=", build_invocation(clang_cflags) + " -fprofile-use=")
 )
 config.substitutions.append(
-   ("%clangxx_pgouse=", build_invocation(clang_cxxflags) + " -fprofile-use=")
+    ("%clangxx_pgouse=", build_invocation(clang_cxxflags) + " -fprofile-use=")
 )
 config.substitutions.append(
     ("%clangxx_profuse=", build_invocation(clang_cxxflags) + " 
-fprofile-instr-use=")
 )
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/74008
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to