]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #39583 - michaelwoerister:limit-llvm-threads, r=nikomatsakis
authorCorey Farwell <coreyf@rwell.org>
Wed, 8 Feb 2017 15:19:54 +0000 (10:19 -0500)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2017 15:19:54 +0000 (10:19 -0500)
commit765892126773c9b9e05bbe7a833d7fd5c262f13c
tree1a4dfd98fc8da76ed098a384948d5db0ea46b022
parent944933ef4e81abd6048287b2c257e883c04f7757
parentfa0a728ed60586a9b5d3e7dc755c03c4424ea79b
Rollup merge of #39583 - michaelwoerister:limit-llvm-threads, r=nikomatsakis

back: Limit the number of LLVM worker threads.

This should fix issue https://github.com/rust-lang/rust/issues/39568.
Also see https://github.com/rust-lang/rust/issues/39280.

r? @nikomatsakis