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

Disable stack probes #363

Merged
merged 1 commit into from
Jun 7, 2021
Merged

Disable stack probes #363

merged 1 commit into from
Jun 7, 2021

Commits on Jun 6, 2021

  1. rust: disable stack probes

    We do not support function-call stack probes, and LLVM inline asm stack
    probe is currently broken [1][2]. Switching target's `stack-probes`
    to "none" allows us to avoid broken codegen and the intrinsic call.
    We could switch the `stack-probes` property to `inline` if we want once
    the LLVM codegen issue is resolved.
    
    [1]: https://bugs.llvm.org/show_bug.cgi?id=50165
    [2]: rust-lang/rust#84667
    
    Signed-off-by: Gary Guo <[email protected]>
    nbdd0121 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    53bc4d4 View commit details
    Browse the repository at this point in the history