Update of 3.4 branch to rc2

This commit is contained in:
Dmitry Babokin
2013-12-10 15:26:30 +04:00
parent 189459f2b9
commit be21d190e2

View File

@@ -89,7 +89,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
if version_LLVM == "trunk":
SVN_PATH="trunk"
if version_LLVM == "3.4":
SVN_PATH="tags/RELEASE_34/rc1"
SVN_PATH="tags/RELEASE_34/rc2"
version_LLVM = "3_4"
if version_LLVM == "3.3":
SVN_PATH="tags/RELEASE_33/final"