diff options
author | Samuel Pitoiset <[email protected]> | 2019-08-01 11:18:43 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-08-23 08:12:34 +0200 |
commit | 1fd60db4a1fca96ccf9293d0c03158baf7d215a5 (patch) | |
tree | 9095e21da91d6da09b423a4c29ca9ed0f32609d5 /meson.build | |
parent | 3e03a3fc5315b488468b28aa40a7e9416f506520 (diff) |
ac,radv,radeonsi: remove LLVM 7 support
Now that LLVM 9 will be released soon, we will only support
LLVM 8, 9 and master (10).
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[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 bf61511d292..501957e35e1 100644 --- a/meson.build +++ b/meson.build @@ -1243,7 +1243,7 @@ if with_gallium_opencl endif if with_amd_vk or with_gallium_radeonsi - _llvm_version = '>= 7.0.0' + _llvm_version = '>= 8.0.0' elif with_gallium_swr _llvm_version = '>= 6.0.0' elif with_gallium_opencl or with_gallium_r600 |