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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
