diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-08-22 11:17:36 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-08-31 16:00:41 -0700 |
| commit | 6c101422514104dc7dbca13bab7a4e8b3b06f030 (patch) | |
| tree | ddecc5fa2f084ba0f60cc32f06ea5fd3afeb360d /src | |
| parent | 02cb8f2a4f078025abe6ddba3cff81b383a23973 (diff) | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/native.rs | 1 | ||||
| m--------- | src/libcompiler_builtins | 0 | ||||
| m--------- | src/llvm | 0 | ||||
| -rw-r--r-- | src/rustllvm/llvm-rebuild-trigger | 2 | ||||
| m--------- | src/tools/lld | 0 |
5 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index c28b467df50..347c2472c6b 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -145,6 +145,7 @@ impl Step for Llvm { .define("LLVM_INCLUDE_EXAMPLES", "OFF") .define("LLVM_INCLUDE_TESTS", "OFF") .define("LLVM_INCLUDE_DOCS", "OFF") + .define("LLVM_INCLUDE_BENCHMARKS", "OFF") .define("LLVM_ENABLE_ZLIB", "OFF") .define("WITH_POLLY", "OFF") .define("LLVM_ENABLE_TERMINFO", "OFF") diff --git a/src/libcompiler_builtins b/src/libcompiler_builtins -Subproject d549d85b1735dc5066b2973f8549557a813bb9c +Subproject f3a13eb2384c7cbb91b6db5b008377e9710d434 diff --git a/src/llvm b/src/llvm -Subproject e19f07f5a6e5546ab4f6ea951e3c6b8627edeaa +Subproject 2a1cdeadd3ea8e1eba9cc681037b83f07332763 diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger index 7da830e1125..24a384fceb8 100644 --- a/src/rustllvm/llvm-rebuild-trigger +++ b/src/rustllvm/llvm-rebuild-trigger @@ -1,4 +1,4 @@ # If this file is modified, then llvm will be (optionally) cleaned and then rebuilt. # The actual contents of this file do not matter, but to trigger a change on the # build bots then the contents should be changed so git updates the mtime. -2018-08-02 +2018-08-22 diff --git a/src/tools/lld b/src/tools/lld -Subproject 813b3b952c07b6b85732c3fbdf3eb74f61a9fa9 +Subproject 2a9b88b8b419d094fb2185c0ca31c28d31bdca0 |
