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

Move ty_align and ty_size out of most C ABI code #36704

Merged
merged 1 commit into from
Sep 29, 2016

Commits on Sep 25, 2016

  1. Move ty_align and ty_size out of most C ABI code

    s390x's C ABI ty_align and ty_size are not moved because the
    implementation of ty_align varies in an atypical pattern: it calls
    ty_size for the llvm::Vector type kind. ty_size then cannot be moved
    since it indirectly calls ty_align through align.
    Mark-Simulacrum committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    dfe8bd1 View commit details
    Browse the repository at this point in the history