[llvm-branch-commits] [lldb] Handle backwards branches in UnwindAssemblyInstEmulation (PR #169633)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 26 05:39:14 PST 2025
================
@@ -1054,12 +1054,19 @@ TEST_F(TestArm64InstEmulation, TestMidFunctionEpilogueAndBackwardsJump) {
EXPECT_TRUE(row->GetCFAValue().GetRegisterNumber() == gpr_sp_arm64);
----------------
DavidSpickett wrote:
Do you need to update the comment above:
```
// AFTER_EPILOGUE: LLDB computes the next 5 unwind states incorrectly.
```
https://github.com/llvm/llvm-project/pull/169633
More information about the llvm-branch-commits
mailing list