Modify alloy.py to put dbg llvm builds in different folders.

This commit is contained in:
jbrodman
2014-02-04 02:46:07 -08:00
parent 1ba54e3b65
commit 47bdca1041

View File

@@ -105,6 +105,8 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
revision = "-" + revision
if folder == "":
folder = FOLDER_NAME
if debug == True:
folder = folder + "dbg"
LLVM_SRC="llvm-" + folder
LLVM_BUILD="build-" + folder
LLVM_BIN="bin-" + folder