You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
@ -1,16 +0,0 @@
|
||||
; 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
|
||||
define amdgpu_ps void @pixel_shader() #0 {
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: in function vertex_s{{.*}}: unsupported non-compute shaders with HSA
|
||||
define amdgpu_vs void @vertex_shader() #0 {
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: in function geometry_s{{.*}}: unsupported non-compute shaders with HSA
|
||||
define amdgpu_gs void @geometry_shader() #0 {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user