From e5318644244b5c2ea51a290316f660b947a08c3d Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Wed, 27 May 2015 13:10:11 +0300 Subject: [PATCH] Moving LLVM 3.6.0 version to 3.6.1 --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 6d544210..3f7b57b0 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.6": - SVN_PATH="tags/RELEASE_360/final" + SVN_PATH="tags/RELEASE_361/final" version_LLVM = "3_6" if version_LLVM == "3.5": SVN_PATH="tags/RELEASE_351/final"