From: Bill Wendling Date: Tue, 22 Jul 2014 03:17:30 +0000 (+0000) Subject: Add openmp to the list of tagged things. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4a913e0174a2c09fcedd10020bf6676805a0a365;p=oota-llvm.git Add openmp to the list of tagged things. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213608 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/release/tag.sh b/utils/release/tag.sh index 6c5039d2de2..c7ef4788585 100755 --- a/utils/release/tag.sh +++ b/utils/release/tag.sh @@ -17,7 +17,7 @@ set -e release="" rc="" rebranch="no" -projects="llvm cfe dragonegg test-suite compiler-rt libcxx clang-tools-extra polly lldb lld" +projects="llvm cfe dragonegg test-suite compiler-rt libcxx clang-tools-extra polly lldb lld openmp" base_url="https://llvm.org/svn/llvm-project"