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/packages/Python/lldbsuite/test/lldbarm64e.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
--- lldbarm64e.py 2026-08-14 20:46:49.000000 +0000
+++ lldbarm64e.py 2026-08-14 20:48:51.914430 +0000
@@ -5,9 +5,6 @@
@skipUnlessArm64eSupported
class Arm64eTestBase(TestBase):
def build(self):
triple = configuration.triple.replace("arm64-", "arm64e-")
- super().build(
- dictionary={"TRIPLE": triple, "ARCH_CFLAGS": "-target " + triple}
- )
-
+ super().build(dictionary={"TRIPLE": triple, "ARCH_CFLAGS": "-target "
+ triple})
``````````
</details>
https://github.com/llvm/llvm-project/pull/216397
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits