summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Unwind/Inputs/basic-block-sections.c
AgeCommit message (Collapse)Author
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