]> git.lizzy.rs Git - rust.git/commit
Initialize LLVM only once
authorAlex Crichton <alex@alexcrichton.com>
Sat, 28 Dec 2013 06:52:22 +0000 (22:52 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 28 Dec 2013 07:39:33 +0000 (23:39 -0800)
commitb6a746352646965f71fa6c4fd9b37fd94918db8a
treedc6e2552eac8e85cb9165477c8f82a7fb4209169
parent1a9c8cc1283675dfc1b85dbf80a9ea07a2b8b335
Initialize LLVM only once

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).
src/librustc/back/link.rs