about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2022-10-07 11:25:01 -0700
committerJosh Stone <jistone@redhat.com>2022-10-07 11:25:01 -0700
commit40e497fc9cc271e4935a68854c7888fb56fccb1e (patch)
tree7c50002081989ad1ef66f0063a06c3a93acfaafd /src/bootstrap
parent128344196ba5d7da8185e498706996a135849b5f (diff)
downloadrust-40e497fc9cc271e4935a68854c7888fb56fccb1e.tar.gz
rust-40e497fc9cc271e4935a68854c7888fb56fccb1e.zip
Add llvm-tblgen to rust-dev for cross-compiling
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/dist.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index 7eb8f8bbb30..5a7a193897b 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -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);
         }