Skip to content

Commit 40e497f

Browse files
committed
Add llvm-tblgen to rust-dev for cross-compiling
1 parent 1283441 commit 40e497f

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
@@ -2028,6 +2028,7 @@ impl Step for RustDev {
20282028
"llvm-nm",
20292029
"llvm-dwarfdump",
20302030
"llvm-dis",
2031+
"llvm-tblgen",
20312032
] {
20322033
tarball.add_file(src_bindir.join(exe(bin, target)), "bin", 0o755);
20332034
}

0 commit comments

Comments
 (0)