Skip to content

Commit 025c603

Browse files
committed
bootstrap: add llvm-project/runtimes to the sources
This is needed to build libunwind for LLVM 16: https://discourse.llvm.org/t/runtimes-removed-support-for-llvm-enable-projects-in-libcxx-libcxxabi-and-libunwind/65707 Doesn't work: with this, running `python3 x.py dist` produces a tar archive that still doesn't contain the runtimes subdirectory?
1 parent 82cd953 commit 025c603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/dist.rs

+2
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,8 @@ fn copy_src_dirs(
822822
"llvm-project\\compiler-rt",
823823
"llvm-project/cmake",
824824
"llvm-project\\cmake",
825+
"llvm-project/runtimes",
826+
"llvm-project\\runtimes",
825827
];
826828
if spath.contains("llvm-project")
827829
&& !spath.ends_with("llvm-project")

0 commit comments

Comments
 (0)