[Mesa-dev] [PATCH 2/2] clover: Fix building with latest llvm

Francisco Jerez currojerez at riseup.net
Sun Mar 2 14:15:28 PST 2014


Bruno Jiménez <brunojimen at gmail.com> writes:

> ---
>  src/gallium/state_trackers/clover/Makefile.am | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>

Reviewed-by: Francisco Jerez <currojerez at riseup.net>

> diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am
> index ece2b38..75eae86 100644
> --- a/src/gallium/state_trackers/clover/Makefile.am
> +++ b/src/gallium/state_trackers/clover/Makefile.am
> @@ -37,9 +37,8 @@ libcltgsi_la_SOURCES = \
>  	tgsi/compiler.cpp
>  
>  libclllvm_la_CXXFLAGS = \
> -	-std=c++98 \
>  	$(VISIBILITY_CXXFLAGS) \
> -	$(LLVM_CPPFLAGS) \
> +	$(LLVM_CXXFLAGS) \
>  	$(DEFINES) \
>  	-DLIBCLC_INCLUDEDIR=\"$(LIBCLC_INCLUDEDIR)/\" \
>  	-DLIBCLC_LIBEXECDIR=\"$(LIBCLC_LIBEXECDIR)/\" \
> @@ -49,7 +48,7 @@ libclllvm_la_SOURCES = \
>  	llvm/invocation.cpp
>  
>  libclover_la_CXXFLAGS = \
> -	-std=c++0x \
> +	-std=c++11 \
>  	$(VISIBILITY_CXXFLAGS)
>  
>  libclover_la_LIBADD = \
> -- 
> 1.9.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140302/6e39051f/attachment.pgp>


More information about the mesa-dev mailing list