[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / no-hsa-graphics-shaders.ll
blobde6742d0b3ae4255b8d4d6741091c3ff081ccd6b
1 ; RUN: not llc -march=amdgcn -mtriple=amdgcn-unknown-amdhsa --amdhsa-code-object-version=2 < %s 2>&1 | FileCheck %s
3 ; CHECK: in function pixel_s{{.*}}: unsupported non-compute shaders with HSA
4 define amdgpu_ps void @pixel_shader() #0 {
5   ret void
8 ; CHECK: in function vertex_s{{.*}}: unsupported non-compute shaders with HSA
9 define amdgpu_vs void @vertex_shader() #0 {
10   ret void
13 ; CHECK: in function geometry_s{{.*}}: unsupported non-compute shaders with HSA
14 define amdgpu_gs void @geometry_shader() #0 {
15   ret void