mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
clover: Fix building with latest llvm
Reviewed-by: Francisco Jerez <currojerez@riseup.net> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
089d0660c7
commit
79c83837c9
1 changed files with 2 additions and 3 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue