aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-09-06 09:29:32 +0200
committerAdam Jackson <ajax@nwnk.net>2019-09-11 17:00:43 +0000
commit3c553d9cff0b541bb1f0c83b92458a312f40bb25 (patch)
tree86897d7cc00e76083151433db774da3ae73aa43f /meson.build
parent57855ff8aafb76222caacd11711577e8a1854799 (diff)
downloadexternal_mesa3d-3c553d9cff0b541bb1f0c83b92458a312f40bb25.tar.gz
external_mesa3d-3c553d9cff0b541bb1f0c83b92458a312f40bb25.tar.bz2
external_mesa3d-3c553d9cff0b541bb1f0c83b92458a312f40bb25.zip
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 ]
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 483404404f7..f6017de7b99 100644
--- a/meson.build
+++ b/meson.build
@@ -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')