From b471e97a10a40fcb61685206b6fb933c8f41a91a Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Thu, 2 Mar 2017 13:24:15 -0800 Subject: [PATCH] For naming folders with llvm use dot instead of underscore. --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index d085e613..ee7a2658 100755 --- a/alloy.py +++ b/alloy.py @@ -193,10 +193,10 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, make_sure_dir_exists(llvm_home) + FOLDER_NAME=version_LLVM version_LLVM = re.sub('\.', '_', version_LLVM) os.chdir(llvm_home) - FOLDER_NAME=version_LLVM if revision != "": FOLDER_NAME = FOLDER_NAME + "_" + revision revision = "-" + revision