From 7601532de8b420f6d33f5c39bd8c5560b24f6541 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Wed, 21 Jan 2015 12:40:04 +0300 Subject: [PATCH] Moving from LLVM 3.5 ro LLVM 3.5.1 --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 8779eaab..f8924bdd 100755 --- a/alloy.py +++ b/alloy.py @@ -113,7 +113,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, SVN_PATH="branches/release_36/" version_LLVM = "3_6" if version_LLVM == "3.5": - SVN_PATH="tags/RELEASE_350/final" + SVN_PATH="tags/RELEASE_351/final" version_LLVM = "3_5" if version_LLVM == "3.4": SVN_PATH="tags/RELEASE_34/dot2-final"