Switched 3.7 branch in alloy.py to from rc2 to rc4

This commit is contained in:
Anton Mitrokhin
2015-09-01 20:05:46 +03:00
parent c7cdf66d8e
commit 3340d2add2

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.7":
SVN_PATH="tags/RELEASE_370/rc2"
SVN_PATH="tags/RELEASE_370/rc4"
version_LLVM = "3_7"
if version_LLVM == "3.6":
SVN_PATH="tags/RELEASE_362/final"