1// RUN: mlir-opt -convert-spirv-to-llvm='client-api=Metal' -verify-diagnostics %s 2// RUN: mlir-opt -convert-spirv-to-llvm='client-api=Vulkan' -verify-diagnostics %s 3// RUN: mlir-opt -convert-spirv-to-llvm='client-api=WebGPU' -verify-diagnostics %s 4 5module {} // expected-warning-re {{address space mapping for client '{{.*}}' not implemented}} 6