From d6bb5e226421f4fd87b798f130a0b7a512e81c47 Mon Sep 17 00:00:00 2001 From: Andrey Shishpanov Date: Thu, 16 Jul 2015 19:16:47 +0300 Subject: [PATCH] some fixes for trunk 3.8 --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 321e085c..79340b79 100755 --- a/alloy.py +++ b/alloy.py @@ -128,7 +128,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, SVN_PATH="branches/release_37" version_LLVM = "3_7" if version_LLVM == "3.6": - SVN_PATH="tags/RELEASE_361/final" + SVN_PATH="tags/RELEASE_362/final" version_LLVM = "3_6" if version_LLVM == "3.5": SVN_PATH="tags/RELEASE_351/final"