]> git.lizzy.rs Git - rust.git/commit
auto merge of #11170 : alexcrichton/rust/fix-llvm-race, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 28 Dec 2013 17:21:51 +0000 (09:21 -0800)
committerbors <bors@rust-lang.org>
Sat, 28 Dec 2013 17:21:51 +0000 (09:21 -0800)
commit1b2cebc2c1f4d6e4bad36f4fa682f3d4e70cfb70
tree33d889f5d524dfcf2f6d16eb488249b7c6f1da7b
parentd2a4a107aea7f078ca0c6f0ef81dde5f02f8e0e1
parentb6a746352646965f71fa6c4fd9b37fd94918db8a
auto merge of #11170 : alexcrichton/rust/fix-llvm-race, r=pcwalton

This also appears to fix a race in LLVM that was causing a deadlock on the bots
during the doc-test tests (where we use rustc in parallel).