[Lldb-commits] [lldb] [lldb][RPC] Upstream lldb-rpc-gen tool (PR #138031)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 27 12:02:32 PDT 2025
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 HEAD~1...HEAD lldb/test/Shell/helper/toolchain.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- toolchain.py 2025-06-27 18:59:42.000000 +0000
+++ toolchain.py 2025-06-27 19:02:05.279664 +0000
@@ -157,11 +157,13 @@
unresolved="ignore",
),
ToolSubst(
"%lldb-rpc-gen",
command=FindTool("lldb-rpc-gen"),
- extra_args=['--extra-arg="-resource-dir=' + config.clang_resource_dir + '"'],
+ extra_args=[
+ '--extra-arg="-resource-dir=' + config.clang_resource_dir + '"'
+ ],
unresolved="ignore",
),
"lldb-test",
"lldb-dap",
ToolSubst(
``````````
</details>
https://github.com/llvm/llvm-project/pull/138031
More information about the lldb-commits
mailing list