Bumping LLVM 3.4 from rc2 to rc3 in alloy.py

This commit is contained in:
Dmitry Babokin
2013-12-19 13:05:46 +04:00
parent d666fc3f8f
commit 5d1cda9869

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/rc2"
SVN_PATH="tags/RELEASE_34/rc3"
version_LLVM = "3_4"
if version_LLVM == "3.3":
SVN_PATH="tags/RELEASE_33/final"