]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #23362 - dotdash:llvm_req, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 14 Mar 2015 23:44:11 +0000 (05:14 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Mar 2015 04:53:42 +0000 (10:23 +0530)
commit4be0eaeb48a0b9aeb847ce7ff2f255fa01c1a50d
tree8de83b7b8eb0591b38f2cde1d36be41c073e573e
parent6af2721466018be0fcff43b56730073332eac160
parentbb18a3cfe7554143622af4911028605e89c80104
Rollup merge of #23362 - dotdash:llvm_req, r=alexcrichton

 LLVM older that 3.6 has a bug that cause assertions when compiling certain
constructs. For 3.5 there's still a chance that the bug might get fixed
in 3.5.2, so let's keep allowing to compile with it for it for now.