Skip to content

Commit 0647e38

Browse files
committed
add llvm-nm to bootstrap dist bin's
1 parent 4b5beae commit 0647e38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2060,6 +2060,7 @@ impl Step for RustDev {
20602060
"llvm-bcanalyzer",
20612061
"llvm-cov",
20622062
"llvm-dwp",
2063+
"llvm-nm",
20632064
] {
20642065
tarball.add_file(src_bindir.join(exe(bin, target)), "bin", 0o755);
20652066
}

0 commit comments

Comments
 (0)