utils/release/tag.sh: add debuginfo-tests to project list
authorHans Wennborg <hans@hanshq.net>
Thu, 2 Aug 2018 08:10:34 +0000 (08:10 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 2 Aug 2018 08:10:34 +0000 (08:10 +0000)
llvm-svn: 338682

llvm/utils/release/tag.sh

index c3e839d..89aab6b 100755 (executable)
@@ -17,7 +17,7 @@ set -e
 release=""
 rc=""
 rebranch="no"
-projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind"
+projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind debuginfo-tests"
 dryrun=""
 revision="HEAD"