about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-08-22 11:17:36 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-08-31 16:00:41 -0700
commit6c101422514104dc7dbca13bab7a4e8b3b06f030 (patch)
treeddecc5fa2f084ba0f60cc32f06ea5fd3afeb360d /src/bootstrap
parent02cb8f2a4f078025abe6ddba3cff81b383a23973 (diff)
downloadrust-6c101422514104dc7dbca13bab7a4e8b3b06f030.tar.gz
rust-6c101422514104dc7dbca13bab7a4e8b3b06f030.zip
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/bootstrap')
-rw-r--r--src/bootstrap/native.rs1
1 files changed, 1 insertions, 0 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")