Auto merge of #80087 - davidtwco:issue-80086-llvm-dwp-in-ci-llvm, r=Mark-Simulacrum
bootstrap: include llvm-dwp in CI LLVM Fixes #80086. This PR 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. r? `@Mark-Simulacrum`
This commit is contained in:
commit
b32e6e6ac8
1 changed files with 1 additions and 0 deletions
|
@ -2553,6 +2553,7 @@ impl Step for RustDev {
|
||||||
install_bin("llvm-profdata");
|
install_bin("llvm-profdata");
|
||||||
install_bin("llvm-bcanalyzer");
|
install_bin("llvm-bcanalyzer");
|
||||||
install_bin("llvm-cov");
|
install_bin("llvm-cov");
|
||||||
|
install_bin("llvm-dwp");
|
||||||
builder.install(&builder.llvm_filecheck(target), &dst_bindir, 0o755);
|
builder.install(&builder.llvm_filecheck(target), &dst_bindir, 0o755);
|
||||||
|
|
||||||
// Copy the include directory as well; needed mostly to build
|
// Copy the include directory as well; needed mostly to build
|
||||||
|
|
Loading…
Add table
Reference in a new issue