Skip to content

Commit 803fd73

Browse files
authored
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.
1 parent b80c3c5 commit 803fd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)