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
lldb/test/API/commands/frame/var-dil/basics/PersistentResultVariableLookup/TestFrameVarDILGlobalVariableLookup.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
--- TestFrameVarDILGlobalVariableLookup.py 2026-08-19 09:07:31.000000 +0000
+++ TestFrameVarDILGlobalVariableLookup.py 2026-08-19 09:10:58.840906 +0000
@@ -33,7 +33,9 @@
lldbutil.run_to_source_breakpoint(
self, "Set a breakpoint here", lldb.SBFileSpec("main.cpp")
)
self.runCmd("settings set target.experimental.use-DIL true")
- self.expect("dwim-print --persistent-result true -- foo + 5",
startstr="(int) $0 = ")
+ self.expect(
+ "dwim-print --persistent-result true -- foo + 5", startstr="(int)
$0 = "
+ )
self.expect_var_path("$0", type="int", value="6")
``````````
</details>
https://github.com/llvm/llvm-project/pull/215706
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits