ship LLVM tools with the toolchain
This commit is contained in:
parent
7d576f25fc
commit
5e577b8aee
7 changed files with 55 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue