From b41f53b333bbdc81cfcaa2366c30b0be1e41b6a8 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Mon, 1 Feb 2016 12:40:24 +0300 Subject: [PATCH] Switching back to 3.8 branch --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 7a14c4c0..bdbe9cbd 100755 --- a/alloy.py +++ b/alloy.py @@ -125,7 +125,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, if version_LLVM == "trunk": SVN_PATH="trunk" if version_LLVM == "3.8": - SVN_PATH="tags/RELEASE_380/rc1" + SVN_PATH="branches/release_38" version_LLVM = "3_8" if version_LLVM == "3.7": SVN_PATH="tags/RELEASE_370/final"