diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2018-11-02 09:50:32 +0100 |
---|---|---|
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2018-12-06 14:02:56 +0100 |
commit | 3fbdcd942fe2ca9095532b0663bfa96316663141 (patch) | |
tree | 84d3c2868cd7223d68ece399ab656c6ee8c60550 /meson.build | |
parent | 3b2ad8b290215a4bd52be4e397c9ab5603b8b372 (diff) |
amd: remove support for LLVM 6.0
User are encouraged to switch to LLVM 7.0 released in September 2018.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
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 1aeef95f7229..9ea31ab3ae90 100644 --- a/meson.build +++ b/meson.build @@ -1176,7 +1176,7 @@ if with_gallium_opencl endif if with_amd_vk or with_gallium_radeonsi - _llvm_version = '>= 6.0.0' + _llvm_version = '>= 7.0.0' elif with_gallium_swr _llvm_version = '>= 6.0.0' elif with_gallium_opencl or with_gallium_r600 |