about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-09-01 01:07:31 +0000
committerbors <bors@rust-lang.org>2018-09-01 01:07:31 +0000
commit06a59da5af0cadf478d8ab9e1725fa367fb19cd2 (patch)
tree36f66555aa3453abbfe9b135bb286072bcbca5e9 /src/bootstrap
parent571a624aa92a0f1f1a0276d42262a6d2ad89ba7b (diff)
parent6c101422514104dc7dbca13bab7a4e8b3b06f030 (diff)
downloadrust-06a59da5af0cadf478d8ab9e1725fa367fb19cd2.tar.gz
rust-06a59da5af0cadf478d8ab9e1725fa367fb19cd2.zip
Auto merge of #53611 - alexcrichton:update-llvm, r=nikomatsakis
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")