also ship llvm-profdata
This commit is contained in:
parent
5e577b8aee
commit
b5cdf9dbf9
1 changed files with 3 additions and 1 deletions
|
@ -199,7 +199,9 @@ use flags::Subcommand;
|
||||||
use cache::{Interned, INTERNER};
|
use cache::{Interned, INTERNER};
|
||||||
use toolstate::ToolState;
|
use toolstate::ToolState;
|
||||||
|
|
||||||
const LLVM_TOOLS: &[&str] = &["llvm-nm", "llvm-objcopy", "llvm-objdump", "llvm-size"];
|
const LLVM_TOOLS: &[&str] = &[
|
||||||
|
"llvm-nm", "llvm-objcopy", "llvm-objdump", "llvm-profdata", "llvm-size",
|
||||||
|
];
|
||||||
|
|
||||||
/// A structure representing a Rust compiler.
|
/// A structure representing a Rust compiler.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue