broadcom/vc4: Remove dead vc4_bo_set_reference().
[mesa.git] / meson.build
index 6fc7ec7fc9626ed8fb28e77bf10ae557800de710..8cf67b81715bc549d72130374eee98f46ac2c61e 100644 (file)
@@ -1011,9 +1011,9 @@ if with_gallium_opencl
   # TODO: optional modules
 endif
 
-if with_amd_vk or with_gallium_radeonsi
+if with_amd_vk or with_gallium_radeonsi or with_gallium_swr
   _llvm_version = '>= 4.0.0'
-elif with_gallium_opencl or with_gallium_swr or with_gallium_r600
+elif with_gallium_opencl or with_gallium_r600
   _llvm_version = '>= 3.9.0'
 else
   _llvm_version = '>= 3.3.0'