Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit b30285c

Browse files
committed
utils/release/tag.sh: add debuginfo-tests to project list
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338682 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent c6ba192 commit b30285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/release/tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -e
1717
release=""
1818
rc=""
1919
rebranch="no"
20-
projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind"
20+
projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind debuginfo-tests"
2121
dryrun=""
2222
revision="HEAD"
2323

0 commit comments

Comments
 (0)