From 5e577b8aee60b7ee2394a50d8eec8a3b26541d11 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 30 Apr 2018 10:15:48 +0200 Subject: ship LLVM tools with the toolchain --- src/bootstrap/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bootstrap/lib.rs') diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index f64161fb027..4d1bc6ad6ba 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -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 -- cgit 1.4.1-3-g733a5