From 39e7f0c2d4f9660c051ca08c89d07ff975ad10eb Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Tue, 29 Nov 2016 21:03:53 +0300 Subject: [PATCH] 3.9.0 is better choice for us. 3.9.1 has couple regressions --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 0d9a5b44..670ba969 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.9": - SVN_PATH="branches/release_39" + SVN_PATH="tags/RELEASE_390/final" version_LLVM = "3_9" if version_LLVM == "3.8": SVN_PATH="tags/RELEASE_381/final"