[llvm] 9853786 - Add flang to export.sh to it gets source tarballs in releases

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 31 08:23:24 PDT 2020


Author: Hans Wennborg
Date: 2020-07-31T17:22:57+02:00
New Revision: 9853786ce39b9510eeb2688baaef7a364d58e113

URL: https://github.com/llvm/llvm-project/commit/9853786ce39b9510eeb2688baaef7a364d58e113
DIFF: https://github.com/llvm/llvm-project/commit/9853786ce39b9510eeb2688baaef7a364d58e113.diff

LOG: Add flang to export.sh to it gets source tarballs in releases

Added: 
    

Modified: 
    llvm/utils/release/export.sh

Removed: 
    


################################################################################
diff  --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh
index 02a77afd0533..c3277de38b53 100755
--- a/llvm/utils/release/export.sh
+++ b/llvm/utils/release/export.sh
@@ -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=""


        


More information about the llvm-commits mailing list