gallium: Require LLVM >= 3.5
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com> [ Michel Dänzer: Dropped jessie line from debian-install.sh again ]
This commit is contained in:

committed by
Adam Jackson

parent
57855ff8aa
commit
3c553d9cff
@@ -1264,7 +1264,7 @@ elif with_gallium_swr
|
||||
elif with_gallium_opencl or with_gallium_r600
|
||||
_llvm_version = '>= 3.9.0'
|
||||
else
|
||||
_llvm_version = '>= 3.4.0'
|
||||
_llvm_version = '>= 3.5.0'
|
||||
endif
|
||||
|
||||
_shared_llvm = get_option('shared-llvm')
|
||||
|
Reference in New Issue
Block a user