[Mesa-dev] [PATCH v3 07/25] configure.ac: Move gallium checks out of LLVM version check

Tobias Droste tdroste at gmx.de
Wed Oct 12 18:08:30 UTC 2016


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


More information about the mesa-dev mailing list