]> git.lizzy.rs Git - rust.git/commit
Auto merge of #46583 - scottmcm:fix-static-i128-lower, r=eddyb
authorbors <bors@rust-lang.org>
Wed, 20 Dec 2017 17:34:17 +0000 (17:34 +0000)
committerbors <bors@rust-lang.org>
Wed, 20 Dec 2017 17:34:17 +0000 (17:34 +0000)
commit7eb64b86ce44cc1828dd176a8b981e37ea08fc38
tree958b76839e53cc4a7185767b5978bb0346df1ec9
parent81622c6b02536bdcf56145beb317da0d336703c1
parent4b95ca8db252d485db6b4e23eb3dd057e9cfde51
Auto merge of #46583 - scottmcm:fix-static-i128-lower, r=eddyb

Fix -Z lower_128bit_ops handling of statics

Avoids ICEs such as the following:
>  error: internal compiler error: src\librustc_metadata\cstore_impl.rs:131:
>  get_optimized_mir: missing MIR for `DefId(8/0:40 ~
>  compiler_builtins[9532]::int[0]::addsub[0]::rust_i128_addo[0])`

r? @nagisa

cc #45676 @est31