diff options
author | René Rebe <rene@rebe.name> | 2023-09-28 16:37:24 +0200 |
---|---|---|
committer | Tobias Hieta <tobias@hieta.se> | 2023-10-03 08:37:35 +0200 |
commit | b2417f51dbbd7435eb3aaf203de24de6754da50e (patch) | |
tree | 5826c8fb1889ae8bbadaf2e522e47231ea461178 | |
parent | [libc++] Fix `std::pair`'s pair-like constructor's incorrect assumption (#66... (diff) | |
download | llvm-project-b2417f51dbbd7435eb3aaf203de24de6754da50e.tar.gz llvm-project-b2417f51dbbd7435eb3aaf203de24de6754da50e.tar.bz2 llvm-project-b2417f51dbbd7435eb3aaf203de24de6754da50e.zip |
Fix release/export.sh to export runtimes tarball, too (#67404)llvmorg-17.0.2
This addresses missing cmake files needed to build some sub-projects
like libstdcxx.
Co-authored-by: René Rebe <rene@exactcode.de>
-rwxr-xr-x | llvm/utils/release/export.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh index 807731679c96..9fd906c49ea6 100755 --- a/llvm/utils/release/export.sh +++ b/llvm/utils/release/export.sh @@ -13,7 +13,7 @@ set -e -projects="llvm bolt clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind mlir flang third-party" +projects="llvm bolt clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind mlir flang runtimes third-party" release="" rc="" |