[Lldb-commits] [lldb] [lldb] Upstream arm64e support in ValueObject (PR #186906)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 16 15:46:40 PDT 2026
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/lang/c/ptrauth/TestPtrAuth.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
--- TestPtrAuth.py 2026-03-16 22:40:44.000000 +0000
+++ TestPtrAuth.py 2026-03-16 22:46:05.535012 +0000
@@ -1,4 +1,4 @@
import lldbsuite.test.lldbinline as lldbinline
from lldbsuite.test.decorators import *
-lldbinline.MakeInlineTest(__file__, globals(),decorators=[skipUnlessArch("arm64e")])
+lldbinline.MakeInlineTest(__file__, globals(), decorators=[skipUnlessArch("arm64e")])
``````````
</details>
https://github.com/llvm/llvm-project/pull/186906
More information about the lldb-commits
mailing list