]> git.lizzy.rs Git - rust.git/commit
Auto merge of #42828 - parched:umulo, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 23 Jun 2017 05:25:22 +0000 (05:25 +0000)
committerbors <bors@rust-lang.org>
Fri, 23 Jun 2017 05:25:22 +0000 (05:25 +0000)
commitbd32b1ba0d2d51a7e8505c1d3e37d17d3ba12843
treee46c94bee51780169020b7680dee661fbf0255bf
parent737962056a67329e0bc4f47d0f00c7071df16cbb
parent7b4ff1c7b8f0d411c015cd4420f69d4c22186dab
Auto merge of #42828 - parched:umulo, r=alexcrichton

Update LLVM to fix unsigned multiplication overflow

check for some targets, notably ARMv6-M.

Fixes https://github.com/rust-lang-nursery/compiler-builtins/issues/150