aboutsummaryrefslogtreecommitdiff
path: root/helpers/llvm-build
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2016-07-20 17:14:00 +0300
committerDiana Picus <diana.picus@linaro.org>2016-07-21 12:01:54 +0300
commitb2a8786e473b94382ffc7611d2859aa1e700093d (patch)
tree015b29de9221bf9dba104b9f11862d081079efa3 /helpers/llvm-build
parentde3457e24e6d35459ce45bd5a97bc0963d3d42af (diff)
Separate install directory for each worktree
The install directory will be <Worktree>/install, right next to the build and source dirs, and it will be exported in LLVM_INSTALL. Note that this won't affect existing worktree directories, you should either nuke the build directories or manually update CMakeCache.txt for them. Change-Id: I8bb80f8d86d9d2f8d02940fbbd8a2c8b5b1a05e3
Diffstat (limited to 'helpers/llvm-build')
-rwxr-xr-xhelpers/llvm-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/llvm-build b/helpers/llvm-build
index 40c42e2..7e00b2b 100755
--- a/helpers/llvm-build
+++ b/helpers/llvm-build
@@ -13,7 +13,7 @@ safe_run verify_env
## CMD line options and defaults
CPUs=`grep -c proc /proc/cpuinfo`
build_dir=$LLVM_BLD
-install_dir=$LLVM_BLD/../../install
+install_dir=$LLVM_INSTALL
build_type=Release
shared=
targets=