Skip to content

Commit b32e6e6

Browse files
committed
Auto merge of rust-lang#80087 - davidtwco:issue-80086-llvm-dwp-in-ci-llvm, r=Mark-Simulacrum
bootstrap: include llvm-dwp in CI LLVM Fixes rust-lang#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 rust-lang#77117. r? `@Mark-Simulacrum`
2 parents 2ba7ca2 + 6132e21 commit b32e6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2553,6 +2553,7 @@ impl Step for RustDev {
25532553
install_bin("llvm-profdata");
25542554
install_bin("llvm-bcanalyzer");
25552555
install_bin("llvm-cov");
2556+
install_bin("llvm-dwp");
25562557
builder.install(&builder.llvm_filecheck(target), &dst_bindir, 0o755);
25572558

25582559
// Copy the include directory as well; needed mostly to build

0 commit comments

Comments
 (0)