Skip to content

Commit cb8a9c4

Browse files
committed
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]>
1 parent 1de00d1 commit cb8a9c4

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
@@ -2059,6 +2059,7 @@ impl Step for RustDev {
20592059
"llvm-dwp",
20602060
"llvm-nm",
20612061
"llvm-dwarfdump",
2062+
"llvm-dis",
20622063
] {
20632064
tarball.add_file(src_bindir.join(exe(bin, target)), "bin", 0o755);
20642065
}

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)