Merge pull request #822 from dbabokin/dot2

Moving 3.4 build to LLVM 3.4.2 release.
This commit is contained in:
Dmitry Babokin
2014-07-14 18:55:38 +04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -112,7 +112,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/final"
SVN_PATH="tags/RELEASE_34/dot2-final"
version_LLVM = "3_4"
if version_LLVM == "3.3":
SVN_PATH="tags/RELEASE_33/final"