Skip to content

Commit 4497640

Browse files
committed
[test] Dont' generate .s in llvm#94426
The test will generate an empty regalloc.s file in test, which causes an unresolved test.
1 parent 1bc8b32 commit 4497640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REQUIRES: amdgpu-registered-target
22
# RUN: llc -mtriple=amdgcn --passes='regallocfast<filter=sgpr>' --print-pipeline-passes %s | FileCheck %s --check-prefix=PASS
3-
# RUN: not llc -mtriple=amdgcn --passes='regallocfast<filter=bad-filter>' --print-pipeline-passes %s 2>&1 | FileCheck %s --check-prefix=BAD-FILTER
3+
# RUN: not llc -mtriple=amdgcn --passes='regallocfast<filter=bad-filter>' --print-pipeline-passes --filetype=null %s 2>&1 | FileCheck %s --check-prefix=BAD-FILTER
44

55
# PASS: regallocfast<filter=sgpr>
66
# BAD-FILTER: invalid regallocfast register filter 'bad-filter'

0 commit comments

Comments
 (0)