summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-01-28 04:41:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-01-28 04:41:32 +0000
commit628a7a0aefed8192d96e8958b0c396a83f21bff2 (patch)
tree13d41773ce5a2ba2e51a2da2afc04aade7b18776 /llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll
parent21c38f261f2f6751b815992c6a33f6ef33f607ef (diff)
downloadbcm5719-llvm-628a7a0aefed8192d96e8958b0c396a83f21bff2.tar.gz
bcm5719-llvm-628a7a0aefed8192d96e8958b0c396a83f21bff2.zip
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported features"
It broke layering violation in LLVMIR. clang r258950 "Add backend dignostic printer for unsupported features" llvm r258951 "Refactor backend diagnostics for unsupported features" llvm-svn: 259016
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll2
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
}
OpenPOWER on IntegriCloud