Move the MMX subtarget feature out of the SSE set of features and into
[oota-llvm.git] / utils / release / export.sh
index 38e5a819c01d04c00666b6f093646674f30fb717..2fd4206b740621235b9d5c65331feb6af32ba6cb 100755 (executable)
@@ -14,7 +14,7 @@
 
 set -e
 
-projects="llvm cfe dragonegg test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp"
+projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind"
 base_url="https://llvm.org/svn/llvm-project"
 
 release=""
@@ -79,5 +79,8 @@ if [ "x$release" = "x" ]; then
     exit 1
 fi
 
+# Make sure umask is not overly restrictive.
+umask 0022
+
 export_sources
 exit 0