diff options
| author | Krasimir Georgiev <krasimir@google.com> | 2023-05-04 10:42:22 +0000 |
|---|---|---|
| committer | Krasimir Georgiev <krasimir@google.com> | 2023-05-04 10:42:22 +0000 |
| commit | 025c60310a9eec1c866ec085ed52d7f981a39349 (patch) | |
| tree | 1aa3e248f9d225fa29c43014fbc726aef37e81fe | |
| parent | 82cd953c7c43e64dae6f705ce2f07b291f0e22e3 (diff) | |
| download | rust-025c60310a9eec1c866ec085ed52d7f981a39349.tar.gz rust-025c60310a9eec1c866ec085ed52d7f981a39349.zip | |
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?
| -rw-r--r-- | src/bootstrap/dist.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 3b35ca1d15d..4e3964dac98 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -822,6 +822,8 @@ fn copy_src_dirs( "llvm-project\\compiler-rt", "llvm-project/cmake", "llvm-project\\cmake", + "llvm-project/runtimes", + "llvm-project\\runtimes", ]; if spath.contains("llvm-project") && !spath.ends_with("llvm-project") |
