about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-08 00:52:36 +0000
committerbors <bors@rust-lang.org>2018-07-08 00:52:36 +0000
commit9342f293e91fa3d8fa8ad456770ee7de2a914e66 (patch)
tree229232348ae491b1984b7ac22b17da0f8943d946 /src/tools
parent9fd3d7899a444fe110ae9277542b306844ecf0c4 (diff)
parent23c0b3b75c865f18e452e42680247502961778b9 (diff)
downloadrust-9342f293e91fa3d8fa8ad456770ee7de2a914e66.tar.gz
rust-9342f293e91fa3d8fa8ad456770ee7de2a914e66.zip
Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton
Mostly fix metadata_only backend and extract some code out of rustc_codegen_llvm

Removes dependency on the `ar` crate and removes the `llvm.enabled` config option in favour of setting `rust.codegen-backends` to `[]`.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index dedf42fecbb..942d27202ec 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -59,7 +59,6 @@ static WHITELIST_CRATES: &'static [CrateVersion] = &[
 /// Whitelist of crates rustc is allowed to depend on. Avoid adding to the list if possible.
 static WHITELIST: &'static [Crate] = &[
     Crate("aho-corasick"),
-    Crate("ar"),
     Crate("arrayvec"),
     Crate("atty"),
     Crate("backtrace"),