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:
Adam Jackson
2019-09-06 09:29:32 +02:00
committed by Adam Jackson
parent 57855ff8aa
commit 3c553d9cff
7 changed files with 9 additions and 52 deletions

View File

@@ -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')