about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2019-06-14 11:24:59 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2019-06-14 11:24:59 +0200
commit4d5f97e8337e40f920ec51cbc237a9d5e208965a (patch)
tree5e8c2223cf584b76e30659be931b797b1d3490a0
parentbcc568f27b8064354238972dc41d59428b0e3abc (diff)
downloadrust-4d5f97e8337e40f920ec51cbc237a9d5e208965a.tar.gz
rust-4d5f97e8337e40f920ec51cbc237a9d5e208965a.zip
rustbuild: include llvm-libunwind in dist tarball
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-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 27496191618..45bc77ec97d 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -804,6 +804,7 @@ fn copy_src_dirs(builder: &Builder<'_>, src_dirs: &[&str], exclude_dirs: &[&str]
 
         const LLVM_PROJECTS: &[&str] = &[
             "llvm-project/clang", "llvm-project\\clang",
+            "llvm-project/libunwind", "llvm-project\\libunwind",
             "llvm-project/lld", "llvm-project\\lld",
             "llvm-project/lldb", "llvm-project\\lldb",
             "llvm-project/llvm", "llvm-project\\llvm",