Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport D99579 #100

Merged
merged 1 commit into from
Apr 17, 2021
Merged

Commits on Apr 16, 2021

  1. [X86] add dwarf annotation for inline stack probe

    While probing stack, the stack register is moved without dwarf
    information, which could cause panic if unwind the backtrace.
    This commit only add annotation for the inline stack probe case.
    Dwarf information for the loop case should be done in another
    patch and need further discussion.
    
    Reviewed By: nagisa
    
    Differential Revision: https://reviews.llvm.org/D99579
    YangKeao authored and nagisa committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    a282045 View commit details
    Browse the repository at this point in the history