mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 09:23:05 +00:00
Add llvm-tblgen to rust-dev for cross-compiling
This commit is contained in:
parent
128344196b
commit
40e497fc9c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user