Skip to content

Commit

Permalink
add llvm-nm to bootstrap dist bin's
Browse files Browse the repository at this point in the history
  • Loading branch information
krasimirgg committed Feb 16, 2022
1 parent 4b5beae commit 0647e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,7 @@ impl Step for RustDev {
"llvm-bcanalyzer",
"llvm-cov",
"llvm-dwp",
"llvm-nm",
] {
tarball.add_file(src_bindir.join(exe(bin, target)), "bin", 0o755);
}
Expand Down

0 comments on commit 0647e38

Please sign in to comment.