Merge pull request #938 from dbabokin/llvm351
Moving from LLVM 3.5 to LLVM 3.5.1
This commit is contained in:
2
alloy.py
2
alloy.py
@@ -113,7 +113,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
|
||||
SVN_PATH="branches/release_36/"
|
||||
version_LLVM = "3_6"
|
||||
if version_LLVM == "3.5":
|
||||
SVN_PATH="tags/RELEASE_350/final"
|
||||
SVN_PATH="tags/RELEASE_351/final"
|
||||
version_LLVM = "3_5"
|
||||
if version_LLVM == "3.4":
|
||||
SVN_PATH="tags/RELEASE_34/dot2-final"
|
||||
|
||||
Reference in New Issue
Block a user