]> git.lizzy.rs Git - rust.git/commit
Update LLVM
authorBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 17 Jun 2014 16:34:50 +0000 (18:34 +0200)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Sat, 21 Jun 2014 17:59:58 +0000 (19:59 +0200)
commit90a9f65b8da62f7495e56cab252efe590dd456e5
tree528fd1fb21fff39324aabe540d32e8088d9108f8
parent5e720aac4215dcd8ba1b0fd455a737d8798baea4
Update LLVM

To fix #8106, we need an LLVM version that contains r211082 aka 0dee6756
which fixes a bug that blocks that issue.

There have been some tiny API changes in LLVM, and cmpxchg changed its
return type. The i1 part of the new return type is only interesting when
using the new weak cmpxchg, which we don't do.
src/librustc/middle/trans/intrinsic.rs
src/llvm
src/rustllvm/RustWrapper.cpp
src/rustllvm/llvm-auto-clean-trigger