changed 3.5 repo path from tag to branch until rc2 is out

This commit is contained in:
Anton Mitrokhin
2014-08-05 12:31:08 +04:00
parent ef949e14bb
commit b292cffa4a

View File

@@ -112,7 +112,8 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
if version_LLVM == "trunk":
SVN_PATH="trunk"
if version_LLVM == "3.5":
SVN_PATH="tags/RELEASE_35/rc1"
# SVN_PATH=/tags/RELEASE_35/rc1
SVN_PATH="branches/release_35"
version_LLVM = "3_5"
if version_LLVM == "3.4":
SVN_PATH="tags/RELEASE_34/dot2-final"