Merge pull request #938 from dbabokin/llvm351

Moving from LLVM 3.5 to LLVM 3.5.1
This commit is contained in:
Dmitry Babokin
2015-01-21 12:39:38 +03:00

View File

@@ -113,7 +113,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
SVN_PATH="branches/release_36/"
version_LLVM = "3_6"
if version_LLVM == "3.5":
SVN_PATH="tags/RELEASE_350/final"
SVN_PATH="tags/RELEASE_351/final"
version_LLVM = "3_5"
if version_LLVM == "3.4":
SVN_PATH="tags/RELEASE_34/dot2-final"