Merge pull request #992 from aguskov/master
Switched LLVM 3.6 from branches to tags
This commit is contained in:
2
alloy.py
2
alloy.py
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user