Skip to content

Commit adcfc2d

Browse files
authored
Rollup merge of #111187 - krasimirgg:llvm-runtimes, r=jyn514
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 Zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/missing.20llvm-project.2Fruntimes.20in.20beta.20srcs Checked by running `x.py dist` and verifying the produced source archive (build/dist/rustc-1.71.0-dev-src.tar.gz) contains the new directory.
2 parents ca133b5 + 025c603 commit adcfc2d

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)