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

[LLVM 4.0] Use 32-bits for alignment #39529

Merged
merged 2 commits into from
Feb 8, 2017

Commits on Feb 4, 2017

  1. [llvm] Use 32-bits for alignment

    LLVM 4.0 changes this. This change is fine to make for LLVM 3.9 as we
    won't have alignments greater than 2^32-1.
    Dylan McKay committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    b4e6f70 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Use u32 for alignments instead of u64

    Dylan McKay committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    c7bea76 View commit details
    Browse the repository at this point in the history