summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-08-02 08:11:09 +0000
committerHans Wennborg <hans@hanshq.net>2018-08-02 08:11:09 +0000
commit9dbe7c72d17465cdf311d9e43b02171c4117dcc7 (patch)
tree02c569ebf5a8e095753d2a736bbd6df2dc05c387
parent3332f064d92e1fc660bf96fa71272c5e1cb16156 (diff)
Merging r338682:
------------------------------------------------------------------------ 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
-rwxr-xr-xutils/release/tag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/release/tag.sh b/utils/release/tag.sh
index c3e839d9323..89aab6b1e7b 100755
--- a/utils/release/tag.sh
+++ b/utils/release/tag.sh
@@ -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"