rustbuild: include llvm-libunwind in dist tarball
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
bcc568f27b
commit
4d5f97e833
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue