]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Wed, 8 Feb 2017 15:19:49 +0000 (10:19 -0500)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2017 15:19:49 +0000 (10:19 -0500)
commit7709c4d2b90f42569a1c4c96262cd0c41a71514b
tree4e65f474234c8b58a126b388d72971f498c9a4bf
parent96bf9ba94da034a5999e71b5bdbed60559d7b373
parentc7bea760917dcbff5025ac7b5dc62f54308c5530
Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichton

[LLVM 4.0] 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.
src/librustc_llvm/ffi.rs
src/librustc_trans/debuginfo/metadata.rs
src/librustc_trans/debuginfo/mod.rs
src/rustllvm/RustWrapper.cpp