Switched LLVM 3.6 from branches to tags

This commit is contained in:
Andrey Guskov
2015-03-18 18:36:49 +03:00
parent 6d43d3c180
commit 30def668f0

View File

@@ -110,7 +110,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="branches/release_36/"
SVN_PATH="tags/RELEASE_360/final"
version_LLVM = "3_6"
if version_LLVM == "3.5":
SVN_PATH="tags/RELEASE_351/final"