mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-02 22:24:15 +01:00
83203748ae
With optimizations such as -fsplit-machine-functions (clang) and -freorder-blocks-and-partition (gcc), the function body may be discontiguous in the binary. Control flow between the parts are routed using jumps. This test ensures that breakpad consumes debuginfo generated by the -fsplit-machine-functions optimization and the line table for the cold function part is correct. Change-Id: I44d59704864ee940dd429c5249d5d793fe081d6a Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2591951 Reviewed-by: Sterling Augustine <saugustine@google.com> Reviewed-by: Joshua Peraza <jperaza@chromium.org> |
||
---|---|---|
.. | ||
build | ||
client | ||
common | ||
google_breakpad | ||
processor | ||
third_party | ||
tools | ||
breakpad_googletest_includes.h | ||
config.h.in |