Skip to content

Commit 0cd345c

Browse files
authored
Rollup merge of #102176 - ojeda:add-llvm-dis-to-ci-llvm, r=Mark-Simulacrum
Add `llvm-dis` to the set of tools in `ci-llvm` The LLVM disassembler is needed for the test introduced in #97550. Signed-off-by: Miguel Ojeda <[email protected]>
2 parents 00dfc32 + cb8a9c4 commit 0cd345c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,7 @@ impl Step for RustDev {
20262026
"llvm-dwp",
20272027
"llvm-nm",
20282028
"llvm-dwarfdump",
2029+
"llvm-dis",
20292030
] {
20302031
tarball.add_file(src_bindir.join(exe(bin, target)), "bin", 0o755);
20312032
}

src/bootstrap/download-ci-llvm-stamp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Change this file to make users of the `download-ci-llvm` configuration download
22
a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
33

4-
Last change is for: https://github.com/rust-lang/rust/pull/96867
4+
Last change is for: https://github.com/rust-lang/rust/pull/97550

0 commit comments

Comments
 (0)