Merge pull request #1069 from Shishpan/trunk38fix

some fixes for trunk 3.8
This commit is contained in:
Dmitry Babokin
2015-07-19 16:21:59 +03:00

View File

@@ -128,7 +128,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
SVN_PATH="branches/release_37"
version_LLVM = "3_7"
if version_LLVM == "3.6":
SVN_PATH="tags/RELEASE_361/final"
SVN_PATH="tags/RELEASE_362/final"
version_LLVM = "3_6"
if version_LLVM == "3.5":
SVN_PATH="tags/RELEASE_351/final"