]> git.lizzy.rs Git - rust.git/commit
Update LLVM submodule
authorAlex Crichton <alex@alexcrichton.com>
Wed, 22 Aug 2018 18:17:36 +0000 (11:17 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 31 Aug 2018 23:00:41 +0000 (16:00 -0700)
commit6c101422514104dc7dbca13bab7a4e8b3b06f030
treeddecc5fa2f084ba0f60cc32f06ea5fd3afeb360d
parent02cb8f2a4f078025abe6ddba3cff81b383a23973
Update LLVM submodule

This commit updates the LLVM submodule to the current trunk of LLVM itself. This
brings a few notable improvements for the wasm target:

* Support for wasm atomic instructions is greatly improved
* Renamed memory wasm intrinsics are fully supported
* LLD has fixed a quadratic execution bug with large numbers of relocations in
  wasm files.

The compiler-rt submodule has been updated in tandem as well.
.travis.yml
src/bootstrap/native.rs
src/libcompiler_builtins
src/llvm
src/rustllvm/llvm-rebuild-trigger
src/tools/lld