diff options
Diffstat (limited to 'llvm/utils/release/export.sh')
-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="" |