comparison utils/release/export.sh @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 7d135dc70f03
children
comparison
equal deleted inserted replaced
134:3a76565eade5 147:c2174574ed3a
1 #!/bin/sh 1 #!/bin/sh
2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===# 2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===#
3 # 3 #
4 # The LLVM Compiler Infrastructure 4 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 # 5 # See https://llvm.org/LICENSE.txt for license information.
6 # This file is distributed under the University of Illinois Open Source 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 # License.
8 # 7 #
9 #===------------------------------------------------------------------------===# 8 #===------------------------------------------------------------------------===#
10 # 9 #
11 # Create branches and release candidates for the LLVM release. 10 # Create branches and release candidates for the LLVM release.
12 # 11 #