Update projects lists.
[oota-llvm.git] / utils / release / test-release.sh
index 83d3e52dc9343367fbe05ca685c61d38d9893cd2..b0289248656d820906ee26b9833fbbcf8590b82e 100755 (executable)
@@ -18,7 +18,7 @@ else
     MAKE=make
 fi
 
     MAKE=make
 fi
 
-projects="llvm cfe dragonegg compiler-rt libcxx test-suite clang-tools-extra"
+projects="llvm cfe dragonegg compiler-rt libcxx libcxxabi test-suite clang-tools-extra"
 
 # Base SVN URL for the sources.
 Base_url="http://llvm.org/svn/llvm-project"
 
 # Base SVN URL for the sources.
 Base_url="http://llvm.org/svn/llvm-project"
@@ -260,6 +260,9 @@ function export_sources() {
     if [ ! -h libcxx ]; then
         ln -s ../../libcxx.src libcxx
     fi
     if [ ! -h libcxx ]; then
         ln -s ../../libcxx.src libcxx
     fi
+    if [ ! -h libcxxabi ]; then
+        ln -s ../../libcxxabi.src libcxxabi
+    fi
     cd $BuildDir
 }
 
     cd $BuildDir
 }