mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
bootstrap: include llvm-dwp in CI LLVM
This commit includes the `llvm-dwp` tool in the CI LLVM (which rustc developers can download instead of building LLVM locally) - `llvm-dwp` is required by Split DWARF which landed in PR #77117. Signed-off-by: David Wood <david@davidtw.co>
This commit is contained in:
parent
2ba7ca2bbb
commit
6132e21961
@ -2553,6 +2553,7 @@ impl Step for RustDev {
|
||||
install_bin("llvm-profdata");
|
||||
install_bin("llvm-bcanalyzer");
|
||||
install_bin("llvm-cov");
|
||||
install_bin("llvm-dwp");
|
||||
builder.install(&builder.llvm_filecheck(target), &dst_bindir, 0o755);
|
||||
|
||||
// Copy the include directory as well; needed mostly to build
|
||||
|
Loading…
Reference in New Issue
Block a user