Skip to content

Commit ed3ae0f

Browse files
kulpemilio
authored andcommitted
ci: Remove overrides for unsupported LLVM versions
1 parent 5678a14 commit ed3ae0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/before_install.sh

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ function llvm_macos_target_triple() {
2222

2323
function llvm_version_triple() {
2424
case "$1" in
25-
3.5) echo "3.5.2" ;;
26-
3.6) echo "3.6.2" ;;
27-
3.7) echo "3.7.1" ;;
28-
3.8) echo "3.8.1" ;;
2925
5.0) echo "5.0.1" ;;
3026
# By default, take the .0 patch release
3127
*) echo "$1.0" ;;

0 commit comments

Comments
 (0)