Skip to content

Commit e4a493f

Browse files
authored
Rollup merge of rust-lang#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?
2 parents 8d8c276 + 4d5f97e commit e4a493f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,7 @@ fn copy_src_dirs(builder: &Builder<'_>, src_dirs: &[&str], exclude_dirs: &[&str]
804804

805805
const LLVM_PROJECTS: &[&str] = &[
806806
"llvm-project/clang", "llvm-project\\clang",
807+
"llvm-project/libunwind", "llvm-project\\libunwind",
807808
"llvm-project/lld", "llvm-project\\lld",
808809
"llvm-project/lldb", "llvm-project\\lldb",
809810
"llvm-project/llvm", "llvm-project\\llvm",

0 commit comments

Comments
 (0)