ac: fix WAITCNT flags for GFX9
[mesa.git] / meson.build
index fa3367d1fa7f606fc0f046f1acf5c32ac0c6dcd6..1b3dfa221c91893a6ab05b7d57ce2fc23ac2a217 100644 (file)
@@ -1160,7 +1160,7 @@ endif
 if with_amd_vk or with_gallium_radeonsi
   _llvm_version = '>= 6.0.0'
 elif with_gallium_swr
-  _llvm_version = '>= 5.0.0'
+  _llvm_version = '>= 6.0.0'
 elif with_gallium_opencl or with_gallium_r600
   _llvm_version = '>= 3.9.0'
 else