Skip to content

Commit

Permalink
LLVM 3.7 rc4 --> final in alloy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ncos committed Sep 15, 2015
1 parent c9c9b24 commit d1d5a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alloy.py
Expand Up @@ -125,7 +125,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
if version_LLVM == "trunk":
SVN_PATH="trunk"
if version_LLVM == "3.7":
SVN_PATH="tags/RELEASE_370/rc4"
SVN_PATH="tags/RELEASE_370/final"
version_LLVM = "3_7"
if version_LLVM == "3.6":
SVN_PATH="tags/RELEASE_362/final"
Expand Down

0 comments on commit d1d5a42

Please sign in to comment.