ship LLVM tools with the toolchain

This commit is contained in:
Jorge Aparicio 2018-04-30 10:15:48 +02:00
parent 7d576f25fc
commit 5e577b8aee
7 changed files with 55 additions and 4 deletions

View file

@ -199,6 +199,8 @@ use flags::Subcommand;
use cache::{Interned, INTERNER};
use toolstate::ToolState;
const LLVM_TOOLS: &[&str] = &["llvm-nm", "llvm-objcopy", "llvm-objdump", "llvm-size"];
/// A structure representing a Rust compiler.
///
/// Each compiler has a `stage` that it is associated with and a `host` that