[Lldb-commits] [lldb] [lldb] Call FixUpPointer in WritePointerToMemory (try 2) (PR #153585)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 3 07:25:23 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 origin/main...HEAD lldb/test/API/macosx/arm-pointer-metadata-stripping/TestArmPointerMetadataStripping.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
--- TestArmPointerMetadataStripping.py 2025-09-03 14:20:00.000000 +0000
+++ TestArmPointerMetadataStripping.py 2025-09-03 14:24:49.909486 +0000
@@ -2,10 +2,11 @@
import json
import os
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
+
@skipUnlessDarwin
@skipIf(archs=no_match(["arm64", "arm64e"]))
class TestArmPointerMetadataStripping(TestBase):
# Use extra_symbols.json as a template to add a new symbol whose address
``````````
</details>
https://github.com/llvm/llvm-project/pull/153585
More information about the lldb-commits
mailing list