diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-04-30 10:15:48 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-06-03 18:23:01 +0200 |
| commit | 5e577b8aee60b7ee2394a50d8eec8a3b26541d11 (patch) | |
| tree | 0a55efe8512a2fd5c987f727bbe852ff8815224b /src/bootstrap/lib.rs | |
| parent | 7d576f25fcb0b0ea1e4d442329a4949765fa02f0 (diff) | |
| download | rust-5e577b8aee60b7ee2394a50d8eec8a3b26541d11.tar.gz rust-5e577b8aee60b7ee2394a50d8eec8a3b26541d11.zip | |
ship LLVM tools with the toolchain
Diffstat (limited to 'src/bootstrap/lib.rs')
| -rw-r--r-- | src/bootstrap/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
