From b292cffa4aca01c892385cec9f894292376ab50c Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Tue, 5 Aug 2014 12:31:08 +0400 Subject: [PATCH] changed 3.5 repo path from tag to branch until rc2 is out --- alloy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 238dd924..c18089d5 100755 --- a/alloy.py +++ b/alloy.py @@ -112,7 +112,8 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, if version_LLVM == "trunk": SVN_PATH="trunk" if version_LLVM == "3.5": - SVN_PATH="tags/RELEASE_35/rc1" + # SVN_PATH=/tags/RELEASE_35/rc1 + SVN_PATH="branches/release_35" version_LLVM = "3_5" if version_LLVM == "3.4": SVN_PATH="tags/RELEASE_34/dot2-final"