summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-09-06 09:50:22 +0200
committerAdam Jackson <ajax@nwnk.net>2019-09-11 17:00:43 +0000
commit59f18f21595c46f103a0efecd19d4137d179ecab (patch)
tree83ce41b05cec571d05f28136dd3e5a5d19fb941e /meson.build
parent9abf7d575597e9dc534cccbb973f9e98338f48fe (diff)
gallium: Require LLVM >= 3.7
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
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 b856f3acaec..48be4a122e6 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.6.0'
+ _llvm_version = '>= 3.7.0'
endif
_shared_llvm = get_option('shared-llvm')