OSDN Git Service

Merging r338682:
authorHans Wennborg <hans@hanshq.net>
Thu, 2 Aug 2018 08:11:09 +0000 (08:11 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 2 Aug 2018 08:11:09 +0000 (08:11 +0000)
------------------------------------------------------------------------
r338682 | hans | 2018-08-02 10:10:34 +0200 (Thu, 02 Aug 2018) | 1 line

utils/release/tag.sh: add debuginfo-tests to project list
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@338683 91177308-0d34-0410-b5e6-96231b3b80d8

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"