From 02fa1c80c4648655c352705265d8f1c0cebd53ea Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Thu, 28 Jan 2016 13:19:47 +0000 Subject: Revert r259035, it introduces a cyclic library dependency llvm-svn: 259045 --- llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll') 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 } -- cgit v1.2.3