From ed3ae0fcf60554ad3840ff5ec6970127622a2ca4 Mon Sep 17 00:00:00 2001 From: Darren Kulp Date: Fri, 31 Jul 2020 17:04:46 -0700 Subject: ci: Remove overrides for unsupported LLVM versions --- ci/before_install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/before_install.sh b/ci/before_install.sh index 4e2da461..57927cf6 100644 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -22,10 +22,6 @@ function llvm_macos_target_triple() { function llvm_version_triple() { case "$1" in - 3.5) echo "3.5.2" ;; - 3.6) echo "3.6.2" ;; - 3.7) echo "3.7.1" ;; - 3.8) echo "3.8.1" ;; 5.0) echo "5.0.1" ;; # By default, take the .0 patch release *) echo "$1.0" ;; -- cgit v1.2.3