Skip to content

Commit 64e37dd

Browse files
jiminghamgithub-actions[bot]
authored andcommitted
Automerge: Branch island no dsym (#139191)
When we get to the branch island, we don't see the symbol for it. The only other thing I can think of that would be a dsymutil bug? Let's try this just with dwarf, and then I'll have to revert all this and see if I can reproduce this locally somehow.
2 parents aec989b + 803fd73 commit 64e37dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/macosx/branch-islands/TestBranchIslands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TestBranchIslandStepping(TestBase):
1515
@skipUnlessAppleSilicon
1616
def test_step_in_branch_island(self):
1717
"""Make sure we can step in across a branch island"""
18-
self.build()
18+
self.build(debug_info="dwarf")
1919
self.main_source_file = lldb.SBFileSpec("main.c")
2020
self.do_test()
2121

0 commit comments

Comments
 (0)