Am Mittwoch, 12. Oktober 2016, 10:01:01 CEST schrieb Emil Velikov:
> > 
> > +gallium_llvm_check() {
> > +    LLVM_REQUIRED_VERSION_MAJOR="3"
> > +    LLVM_REQUIRED_VERSION_MINOR="3"
> > +    if test "$LLVM_VERSION_INT" -lt
> > "${LLVM_REQUIRED_VERSION_MAJOR}0${LLVM_REQUIRED_VERSION_MINOR}"; then +  
> >      AC_MSG_ERROR([LLVM
> > $LLVM_REQUIRED_VERSION_MAJOR.$LLVM_REQUIRED_VERSION_MINOR or newer is
> > required]) +    fi
> > +}
> > +
> > +if test "x$enable_gallium_llvm" = xyes; then
> > +    gallium_llvm_check
> 
> Reuse llvm_check_version_for "3" "3" "0" "Gallium" and update the
> commit message ?

Again a just move patch. This will be done in patch 13.

> 
> -Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to