Skip to content

Commit

Permalink
Add llvm-dis to the set of tools in ci-llvm
Browse files Browse the repository at this point in the history
The LLVM disassembler is needed for the test introduced in
#97550.

Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda committed Sep 23, 2022
1 parent 1de00d1 commit cb8a9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2059,6 +2059,7 @@ impl Step for RustDev {
"llvm-dwp",
"llvm-nm",
"llvm-dwarfdump",
"llvm-dis",
] {
tarball.add_file(src_bindir.join(exe(bin, target)), "bin", 0o755);
}
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/download-ci-llvm-stamp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Change this file to make users of the `download-ci-llvm` configuration download
a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.

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

0 comments on commit cb8a9c4

Please sign in to comment.