radv: Remove conformance warnings with ACO.
[mesa.git] / src / amd / vulkan / radv_device.c
index ec7ddb0783867b63fdbf7c3ca93202de787be752..ba71cf3023e33bdf970786d79b377f3f5c17a39f 100644 (file)
@@ -380,7 +380,7 @@ radv_physical_device_try_create(struct radv_instance *instance,
        disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2);
        device->disk_cache = disk_cache_create(device->name, buf, shader_env_flags);
 
-       if (device->rad_info.chip_class < GFX8 || !device->use_llvm)
+       if (device->rad_info.chip_class < GFX8)
                fprintf(stderr, "WARNING: radv is not a conformant vulkan implementation, testing use only.\n");
 
        radv_get_driver_uuid(&device->driver_uuid);