Add llvm-tblgen to rust-dev for cross-compiling

This commit is contained in:
Josh Stone 2022-10-07 11:25:01 -07:00
parent 128344196b
commit 40e497fc9c

View File

@ -2028,6 +2028,7 @@ impl Step for RustDev {
"llvm-nm",
"llvm-dwarfdump",
"llvm-dis",
"llvm-tblgen",
] {
tarball.add_file(src_bindir.join(exe(bin, target)), "bin", 0o755);
}