aboutsummaryrefslogtreecommitdiff
path: root/helpers/llvm-push
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/llvm-push')
-rwxr-xr-xhelpers/llvm-push4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/llvm-push b/helpers/llvm-push
index b7ad1d1..6dabc11 100755
--- a/helpers/llvm-push
+++ b/helpers/llvm-push
@@ -16,6 +16,6 @@ syntax() {
. llvm-common
verify_env
repos=$LLVM_ROOT/repos
-env=$(dirname $LLVM_SRC)
+source_dir=$LLVM_SRC
-safe_run python3 $llvmtool --env $env push
+safe_run python3 $llvmtool push --source-dir $source_dir