meson: Check for actual LLVM required versions
authorDylan Baker <dylan@pnwbakers.com>
Fri, 2 Feb 2018 18:45:12 +0000 (10:45 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 2 Feb 2018 21:22:58 +0000 (13:22 -0800)
commitc75a4e5b465261e982ea31ef875325a3cc30e79d
tree0c084c27f9d544183c63f1145f5290de01ad673e
parentd7235ef83b92175537e3b538634ffcff29bf0dce
meson: Check for actual LLVM required versions

Currently we always check for 3.9.0, which is pretty safe since
everything except radv work with >= 3.9 and 3.9 is pretty old at this
point. However, radv actually requires 4.0, and there is a patch for
radeonsi to do the same.

Fixes: 673dda833076 ("meson: build "radv" vulkan driver for radeon hardware")
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
meson.build