ac,radeonsi: fix compilations issues with LLVM 11
[mesa.git] / src / amd / llvm / ac_llvm_util.h
index f9650bdf4f1b024293bd64aa1a3920b1b306f899..db745f9a5d406379d990b9ca3079ba2d6a0d1d4c 100644 (file)
 extern "C" {
 #endif
 
+#if LLVM_VERSION_MAJOR < 11
+#define LLVMFixedVectorTypeKind LLVMVectorTypeKind
+#endif
+
 struct ac_compiler_passes;
 
 enum ac_func_attr {