]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Auto merge of #79074 - Mark-Simulacrum:fix-ci-llvm, r=jyn514
authorbors <bors@rust-lang.org>
Mon, 16 Nov 2020 00:40:04 +0000 (00:40 +0000)
committerbors <bors@rust-lang.org>
Mon, 16 Nov 2020 00:40:04 +0000 (00:40 +0000)
commitf4d014cee77f9112b2582d86085631c74413eb1e
treed62c5a8cd656f90229098db14c5f5e87ed42b472
parent603ab5bd6e0ffefafa7411cd8bd23a6ca82bcff0
parent4feaa35f395ab6b649c7cf46671c37492ff8247f
Auto merge of #79074 - Mark-Simulacrum:fix-ci-llvm, r=jyn514

Install CI llvm into the library directory

In other words, my concern in https://github.com/rust-lang/rust/issues/78932#issuecomment-725781767 was perfectly justified by something we were already doing. For now just special case CI LLVM, but in the future we may want a more general fix.

Fixes #79071.

r? `@alexcrichton`