forked from OSchip/llvm-project
9aa7a721ce
clang supports option -fsplit-machine-functions and this test checks if the backtraces are sane when functions are split. With -fsplit-machine-functions, a function with profiles can get split into 2 parts, the original function containing hot code and a cold part as determined by the profile info and the cold cutoff threshold.. The cold part gets the ".cold" suffix to disambiguate its symbol from the hot part and can be placed arbitrarily in the address space. This test checks if the back-trace looks correct when the cold part is executed. Differential Revision: https://reviews.llvm.org/D90081 |
||
---|---|---|
.. | ||
basic-block-sections.c | ||
call-asm.c | ||
eh-frame-augment-noop.s | ||
eh-frame-dwarf-unwind.s | ||
eh-frame-small-fde.s | ||
prefer-debug-over-eh-frame.s | ||
split-machine-functions.ll | ||
thread-step-out-ret-addr-check.s | ||
trap_frame_sym_ctx.s | ||
unwind-plan-dwarf-dump.s |