]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoerister
authorbors <bors@rust-lang.org>
Fri, 1 Mar 2019 01:22:15 +0000 (01:22 +0000)
committerbors <bors@rust-lang.org>
Fri, 1 Mar 2019 01:22:15 +0000 (01:22 +0000)
rustc: Update LLVM, remove dead wasm code

This commit updates the LLVM branch to the rebased version of the
upstream release/8.x branch. This includes a wasm patch which means that
the `rewrite_imports` pass in rustc is no longer needed (yay!) and we
can instead rely on `wasm-import-module`, an attribute we're already
emitting, to take care of all the work.


Trivial merge