]> git.lizzy.rs Git - rust.git/commit
Auto merge of #53245 - michaelwoerister:thinlto-rust-llvm, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 29 Aug 2018 10:55:27 +0000 (10:55 +0000)
committerbors <bors@rust-lang.org>
Wed, 29 Aug 2018 10:55:27 +0000 (10:55 +0000)
commitba48850409222b2470fdc606329dc74aecbc0faa
tree87abd95e8c426f44d4f64e4f8c8ced3e05055d68
parentca0de63898b525656ad8447cd81ccb08a05e3d6c
parent3cf6f0db1ab61ed33c585b156a0d5c41279f0810
Auto merge of #53245 - michaelwoerister:thinlto-rust-llvm, r=alexcrichton

[experimental]: Build LLVM with ThinLTO enabled (2nd attempt)

This is https://github.com/rust-lang/rust/pull/51207 revived. This time, I'd like to run actual performance tests to see if it improves compile times.