diff options
author | Darren Kulp <darren@kulp.ch> | 2020-07-31 17:04:46 -0700 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-08-03 17:57:55 +0200 |
commit | ed3ae0fcf60554ad3840ff5ec6970127622a2ca4 (patch) | |
tree | 93e0919b74eec697f9f4fca836370aea7297f531 | |
parent | 5678a142bce46de782d392f348bdc3541216e606 (diff) |
ci: Remove overrides for unsupported LLVM versions
-rw-r--r-- | ci/before_install.sh | 4 |
1 files changed, 0 insertions, 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" ;; |