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

Don't use "unadjusted" ABI on non windows platforms #39472

Merged
merged 1 commit into from
Feb 5, 2017

Commits on Feb 4, 2017

  1. Don't use "unadjusted" ABI on non windows platforms

    We introduced the unadjusted ABI to work around wrong
    (buggy) ABI expectations by LLVM on Windows [1].
    Therefore, it should be solely used on Windows and not
    on other platforms, like right now is the case.
    
    [1]: see this comment for details rust-lang#38482 (comment)
    est31 committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    3c16139 View commit details
    Browse the repository at this point in the history