summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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