Merge pull request #1098 from ncos/alloy_modifications
LLVM 3.7 rc4 --> final in alloy.py
This commit is contained in:
2
alloy.py
2
alloy.py
@@ -125,7 +125,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
|
|||||||
if version_LLVM == "trunk":
|
if version_LLVM == "trunk":
|
||||||
SVN_PATH="trunk"
|
SVN_PATH="trunk"
|
||||||
if version_LLVM == "3.7":
|
if version_LLVM == "3.7":
|
||||||
SVN_PATH="tags/RELEASE_370/rc4"
|
SVN_PATH="tags/RELEASE_370/final"
|
||||||
version_LLVM = "3_7"
|
version_LLVM = "3_7"
|
||||||
if version_LLVM == "3.6":
|
if version_LLVM == "3.6":
|
||||||
SVN_PATH="tags/RELEASE_362/final"
|
SVN_PATH="tags/RELEASE_362/final"
|
||||||
|
|||||||
Reference in New Issue
Block a user