diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-16 06:05:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-16 06:05:15 +0200 |
| commit | 4d528197a0a127141fe2d44345c33131b59cbce6 (patch) | |
| tree | 7ce569352dd8f69d5473c3f4871affc6cb9b9923 /src/bootstrap | |
| parent | 7d99652783f636416889935dd9b5d059f92a2eb6 (diff) | |
| parent | 4d5f97e8337e40f920ec51cbc237a9d5e208965a (diff) | |
| download | rust-4d528197a0a127141fe2d44345c33131b59cbce6.tar.gz rust-4d528197a0a127141fe2d44345c33131b59cbce6.zip | |
Rollup merge of #61829 - Keruspe:libunwind-src, r=alexcrichton
rustbuild: include llvm-libunwind in dist tarball Without this we cannot build with llvm-libunwind enabled from a release tarball. Could it be backported in a beta rollup somehow so that this gets fixed before 1.36 is released?
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
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", |
