diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/verify-gfx12-gds.mir')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/verify-gfx12-gds.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/verify-gfx12-gds.mir b/llvm/test/CodeGen/AMDGPU/verify-gfx12-gds.mir index 8bd4495895c5..a288f1eb7c66 100644 --- a/llvm/test/CodeGen/AMDGPU/verify-gfx12-gds.mir +++ b/llvm/test/CodeGen/AMDGPU/verify-gfx12-gds.mir @@ -1,4 +1,4 @@ -# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1200 -run-pass=none -o /dev/null %s 2>&1 | FileCheck -check-prefix=GFX12 %s +# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1200 -run-pass=none -filetype=null %s 2>&1 | FileCheck -check-prefix=GFX12 %s --- name: gds |
