Author: Jason Molenda Date: 2025-05-07T15:53:30-07:00 New Revision: 0d0ef58c8facb0f2e5c2f4615b0d25f19e5abe01
URL: https://github.com/llvm/llvm-project/commit/0d0ef58c8facb0f2e5c2f4615b0d25f19e5abe01 DIFF: https://github.com/llvm/llvm-project/commit/0d0ef58c8facb0f2e5c2f4615b0d25f19e5abe01.diff LOG: [lldb][Darwin] Note why this test is xfail'ed on darwin - due to there not being any eh_frame instructions for _sigtramp from the system libraries. Added: Modified: lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test Removed: ################################################################################ diff --git a/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test b/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test index 2ac2d4a750782..050c41c73f9c2 100644 --- a/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test +++ b/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test @@ -1,6 +1,8 @@ # REQUIRES: target-aarch64 && native # UNSUPPORTED: system-windows # llvm.org/pr91610, rdar://128031075 + +# Darwin _sigtramp doesn't have eh_frame instruction on AArch64 # XFAIL: system-darwin _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits