From 595d403a9517300ef62fd7847e31a35a2057d626 Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Wed, 11 Aug 2021 03:55:47 +0500 Subject: tcwg-llvm-release.sh: Fix compiler typo Change-Id: I14b664d8288d25c00101aec779e692881f9b8b3c --- tcwg-llvm-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3