xref: /llvm-project/mlir/test/Conversion/SPIRVToLLVM/spirv-storage-class-mapping-unsupported.mlir (revision 12ce9fd1248c6321b343601c1a2468ac7e00c9da)
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