gallium: Require LLVM >= 3.5
[mesa.git] / meson.build
index f268c81b44bd46636fece0e76fbf015a4c7af19c..f6017de7b99db39184c30902578f475c61648f06 100644 (file)
@@ -1264,7 +1264,7 @@ elif with_gallium_swr
 elif with_gallium_opencl or with_gallium_r600
   _llvm_version = '>= 3.9.0'
 else
-  _llvm_version = '>= 3.3.0'
+  _llvm_version = '>= 3.5.0'
 endif
 
 _shared_llvm = get_option('shared-llvm')