From 3340d2add21115016b48404d12ed9c102a19d894 Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Tue, 1 Sep 2015 20:05:46 +0300 Subject: [PATCH] Switched 3.7 branch in alloy.py to from rc2 to rc4 --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 8d644fc4..5a16062f 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.7": - SVN_PATH="tags/RELEASE_370/rc2" + SVN_PATH="tags/RELEASE_370/rc4" version_LLVM = "3_7" if version_LLVM == "3.6": SVN_PATH="tags/RELEASE_362/final"