Skip to content

Commit c3efbbe

Browse files
committed
also ship llvm-profdata
1 parent 9fe8b08 commit c3efbbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bootstrap/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ use flags::Subcommand;
199199
use cache::{Interned, INTERNER};
200200
use toolstate::ToolState;
201201

202-
const LLVM_TOOLS: &[&str] = &["llvm-nm", "llvm-objcopy", "llvm-objdump", "llvm-size"];
202+
const LLVM_TOOLS: &[&str] = &[
203+
"llvm-nm", "llvm-objcopy", "llvm-objdump", "llvm-profdata", "llvm-size",
204+
];
203205

204206
/// A structure representing a Rust compiler.
205207
///

0 commit comments

Comments
 (0)