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

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


Author: Hans Wennborg
Date: 2020-07-31T17:23:43+02:00
New Revision: 3286126de175755a887e7fa335583811075be4f7

URL: https://github.com/llvm/llvm-project/commit/3286126de175755a887e7fa335583811075be4f7
DIFF: https://github.com/llvm/llvm-project/commit/3286126de175755a887e7fa335583811075be4f7.diff

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

(cherry picked from commit 9853786ce39b9510eeb2688baaef7a364d58e113)

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-branch-commits mailing list