summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Unwind/basic-block-sections.test
AgeCommit message (Collapse)Author
2020-12-23Fix lldb test failure due to D93082.Sriraman Tallam
Rename the basic block symbols in the test to reflect the new names.
2020-10-16This test includes a source that will produce basic blocks and hence ↵Sriraman Tallam
sections with -fbasic-block-sections=all. The test reorders the basic blocks to be dis-contiguous in the address space and checks if the back trace contains the right symbol. Reviewed By: labath Differential Revision: https://reviews.llvm.org/D89179