Add flang to export.sh to it gets source tarballs in releases
authorHans Wennborg <hans@chromium.org>
Fri, 31 Jul 2020 15:22:49 +0000 (17:22 +0200)
committerHans Wennborg <hans@chromium.org>
Fri, 31 Jul 2020 15:22:57 +0000 (17:22 +0200)
llvm/utils/release/export.sh

index 02a77af..c3277de 100755 (executable)
@@ -13,7 +13,7 @@
 
 set -e
 
-projects="llvm clang test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind"
+projects="llvm clang test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind flang"
 
 release=""
 rc=""