From bf94e51418cdbcf8077e90005873ff5d85288f7a Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Tue, 9 Sep 2014 14:44:21 +0400 Subject: [PATCH] changed 3.5 svn path to 'final' --- alloy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alloy.py b/alloy.py index 080033c3..f5c8a7ca 100755 --- a/alloy.py +++ b/alloy.py @@ -110,8 +110,7 @@ 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="branches/release_35" + SVN_PATH="tags/RELEASE_350/final" version_LLVM = "3_5" if version_LLVM == "3.4": SVN_PATH="tags/RELEASE_34/dot2-final"