about summary refs log tree commit diff
path: root/src/libstd/thread
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-05-16 05:41:11 +0000
committerbors <bors@rust-lang.org>2017-05-16 05:41:11 +0000
commitfa78d5bb87d136f793c56f9861957ce41080bd7e (patch)
tree1ca5ebfb27f1a50803b5961486d46e61304f19bf /src/libstd/thread
parentae33d99bcd1c1f99b4605d2bb1150c590ffa3044 (diff)
parent04a16ff5acaaccf6332f706f090442f0ab9b0f95 (diff)
downloadrust-fa78d5bb87d136f793c56f9861957ce41080bd7e.tar.gz
rust-fa78d5bb87d136f793c56f9861957ce41080bd7e.zip
Auto merge of #41565 - rkruppe:llvm-sys, r=eddyb
Make only rustc_trans depend on rustc_llvm

With these changes, only rustc_trans depends directly on rustc_llvm (and no crate gained a new dependency on trans). This means changing LLVM doesn't rebuild librustc or rustc_metadata, only rustc_trans, rustc_driver and the rustc executable
Also, rustc_driver technically doesn't know about LLVM any more (of course, it still handles a ton of options that conceptually refer to LLVM, but it delegates their implementation to trans).

What I *didn't* implement was merging most or all of rustc_llvm into rustc_trans. I ran into a nasty bug, which was probably just a silly typo somewhere but I probably won't have the time to figure it out in the next week or two. I opened #41699 for that step.

Fixes #41473
Diffstat (limited to 'src/libstd/thread')
0 files changed, 0 insertions, 0 deletions