From 687a64222b4c87c825258d4dfeb1f0794e8cb300 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 11 Jun 2019 18:16:27 +0000 Subject: Vendor import of llvm release_80 branch r363030: https://llvm.org/svn/llvm-project/llvm/branches/release_80@363030 --- utils/git-svn/git-llvm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/git-svn/git-llvm') diff --git a/utils/git-svn/git-llvm b/utils/git-svn/git-llvm index 53c0b24ae2c85..bf234301f1321 100755 --- a/utils/git-svn/git-llvm +++ b/utils/git-svn/git-llvm @@ -42,7 +42,7 @@ else: # It's *almost* a straightforward mapping from the monorepo to svn... GIT_TO_SVN_DIR = { - d: (d + '/trunk') + d: (d + '/branches/release_80') for d in [ 'clang-tools-extra', 'compiler-rt', @@ -63,8 +63,8 @@ GIT_TO_SVN_DIR = { 'pstl', ] } -GIT_TO_SVN_DIR.update({'clang': 'cfe/trunk'}) -GIT_TO_SVN_DIR.update({'': 'monorepo-root/trunk'}) +GIT_TO_SVN_DIR.update({'clang': 'cfe/branches/release_80'}) +GIT_TO_SVN_DIR.update({'': 'monorepo-root/branches/release_80'}) VERBOSE = False QUIET = False -- cgit v1.2.3