[Lldb-commits] [lldb] [lldb] Fix build logic in TestPtrAuthAuthTraps.py (PR #195949)
via lldb-commits
lldb-commits at lists.llvm.org
Tue May 5 14:48:25 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Alex Langford (bulbazord)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/195949.diff
1 Files Affected:
- (modified) lldb/test/API/commands/expression/ptrauth-auth-traps/TestPtrAuthAuthTraps.py (+1-1)
``````````diff
diff --git a/lldb/test/API/commands/expression/ptrauth-auth-traps/TestPtrAuthAuthTraps.py b/lldb/test/API/commands/expression/ptrauth-auth-traps/TestPtrAuthAuthTraps.py
index 411c352b41ec4..89a92e2b3fc70 100644
--- a/lldb/test/API/commands/expression/ptrauth-auth-traps/TestPtrAuthAuthTraps.py
+++ b/lldb/test/API/commands/expression/ptrauth-auth-traps/TestPtrAuthAuthTraps.py
@@ -17,7 +17,7 @@ class TestPtrAuthAuthTraps(TestBase):
def build_arm64e(self):
self.build(
- dictionary={"TRIPLE": configuration.triple.replace("arm64", "arm64e")}
+ dictionary={"TRIPLE": configuration.triple.replace("arm64-", "arm64e-")}
)
@skipUnlessArm64eSupported
``````````
</details>
https://github.com/llvm/llvm-project/pull/195949
More information about the lldb-commits
mailing list