Moving LLVM 3.6.0 version to 3.6.1

This commit is contained in:
Dmitry Babokin
2015-05-27 13:10:11 +03:00
parent 5a2c937025
commit e531864424

View File

@@ -125,7 +125,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
if version_LLVM == "trunk":
SVN_PATH="trunk"
if version_LLVM == "3.6":
SVN_PATH="tags/RELEASE_360/final"
SVN_PATH="tags/RELEASE_361/final"
version_LLVM = "3_6"
if version_LLVM == "3.5":
SVN_PATH="tags/RELEASE_351/final"