diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll b/llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll index 29ef858b85b..73a146710a9 100644 --- a/llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll +++ b/llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll @@ -1,6 +1,6 @@ ; RUN: not llc -march=amdgcn -mtriple=amdgcn-unknown-amdhsa < %s 2>&1 | FileCheck %s -; CHECK: in function pixel_s{{.*}}: unsupported non-compute shaders with HSA +; CHECK: error: unsupported non-compute shaders with HSA in pixel_shader define void @pixel_shader() #0 { ret void } |