Skip to content

Commit 4d5f97e

Browse files
committed
rustbuild: include llvm-libunwind in dist tarball
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent bcc568f commit 4d5f97e

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)