Merge pull request #833 from ncos/ispc_build_fails
Changed LLVM 3.5 repository path to http://llvm.org/svn/llvm-project/llvm/branches/release_35
This commit is contained in:
3
alloy.py
3
alloy.py
@@ -112,7 +112,8 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
|
||||
if version_LLVM == "trunk":
|
||||
SVN_PATH="trunk"
|
||||
if version_LLVM == "3.5":
|
||||
SVN_PATH="tags/RELEASE_35/rc1"
|
||||
# SVN_PATH=tags/RELEASE_35/rc1
|
||||
SVN_PATH="branches/release_35"
|
||||
version_LLVM = "3_5"
|
||||
if version_LLVM == "3.4":
|
||||
SVN_PATH="tags/RELEASE_34/dot2-final"
|
||||
|
||||
Reference in New Issue
Block a user