add preliminary llvm-3.8 support

This commit is contained in:
Thomas Pöchtrager 2015-07-17 19:52:54 +02:00
parent d6f4510aec
commit db6285b633

View File

@ -63,8 +63,9 @@ case $CLANG_VERSION in
3.4*) BRANCH=release_34 ;;
3.5*) BRANCH=release_35 ;;
3.6*) BRANCH=release_36 ;;
3.7*) BRANCH=master ;;
* ) echo "Unsupported Clang version, must be >= 3.2 and <= 3.7" 1>&2; exit 1;
3.7*) BRANCH=release_37 ;;
3.8*) BRANCH=master ;;
* ) echo "Unsupported Clang version, must be >= 3.2 and <= 3.8" 1>&2; exit 1;
esac
pushd $OSXCROSS_BUILD_DIR &>/dev/null