summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Omair Javaid <omair.javaid@linaro.org>2021-08-11 03:55:47 +0500
committerMuhammad Omair Javaid <omair.javaid@linaro.org>2021-08-11 03:55:47 +0500
commit595d403a9517300ef62fd7847e31a35a2057d626 (patch)
treecb879c1d3cdf33c3f09853f1b495fc719367ade5
parent058774ae78d8eefcce0d507d21f5f80e5097d425 (diff)
tcwg-llvm-release.sh: Fix compiler typoomair/release/13.0.0
Change-Id: I14b664d8288d25c00101aec779e692881f9b8b3c
-rwxr-xr-xtcwg-llvm-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-release.sh b/tcwg-llvm-release.sh
index 7e814181..780a960c 100755
--- a/tcwg-llvm-release.sh
+++ b/tcwg-llvm-release.sh
@@ -102,7 +102,7 @@ while [ "$#" -gt 0 ]; do
download_toolchain "$WORKSPACE" "$VAL"
shift ;;
--compiler)
- set_compiler "$VAL"
+ set_llvm_release_compiler "$WORKSPACE" "$VAL"
shift ;;
--toolchain-file)
if [ "$VAL" != "" ]; then