diff --git a/alloy.py b/alloy.py index 0d9a5b44..670ba969 100755 --- a/alloy.py +++ b/alloy.py @@ -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.9": - SVN_PATH="branches/release_39" + SVN_PATH="tags/RELEASE_390/final" version_LLVM = "3_9" if version_LLVM == "3.8": SVN_PATH="tags/RELEASE_381/final"