From 30def668f03a9c527d964d36fd0c29eae68a8c0f Mon Sep 17 00:00:00 2001 From: Andrey Guskov Date: Wed, 18 Mar 2015 18:36:49 +0300 Subject: [PATCH] Switched LLVM 3.6 from branches to tags --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 8703556a..e07bcfd9 100755 --- a/alloy.py +++ b/alloy.py @@ -110,7 +110,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="branches/release_36/" + SVN_PATH="tags/RELEASE_360/final" version_LLVM = "3_6" if version_LLVM == "3.5": SVN_PATH="tags/RELEASE_351/final"