diff options
author | Adam Jackson <[email protected]> | 2019-09-06 09:50:27 +0200 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2019-09-11 17:00:43 +0000 |
commit | 585d0956108b82514b3cb842642f8a3f23301ca1 (patch) | |
tree | 34a709b492251a0aa2a92c52c8ee099c5ce80dcc /meson.build | |
parent | 59f18f21595c46f103a0efecd19d4137d179ecab (diff) |
gallium: Require LLVM >= 3.8
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 48be4a122e6..400427ee554 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.7.0' + _llvm_version = '>= 3.8.0' endif _shared_llvm = get_option('shared-llvm') |