aboutsummaryrefslogtreecommitdiff
path: root/helpers/llvm-build
diff options
context:
space:
mode:
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 5ef0662..d38cf1d 100755
--- a/helpers/llvm-build
+++ b/helpers/llvm-build
@@ -59,7 +59,7 @@ if [ ! -f build.ninja ] && [ ! -f Makefile ]; then
-DLLVM_ENABLE_ASSERTIONS=True \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DCMAKE_INSTALL_PREFIX=$install_dir \
- $targets $shared
+ $LLVM_CMAKE_FLAGS $targets $shared
fi
## Allow the user to override the number of CPUs used with -jN