Skip to content

Commit 53b2697

Browse files
authored
[RISCV] Do not write .s file in a test (llvm#168865)
1 parent 67e35bb commit 53b2697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/CodeGen/RISCV/cfi-multiple-locations.mir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# RUN: not --crash llc %s -mtriple=riscv64 \
22
# RUN: -run-pass=cfi-instr-inserter \
3-
# RUN: -riscv-enable-cfi-instr-inserter=true 2>&1 | FileCheck %s
3+
# RUN: -riscv-enable-cfi-instr-inserter=true \
4+
# RUN: -o /dev/null 2>&1 | FileCheck %s
45

56
# CHECK: LLVM ERROR: Different saved locations for the same CSR
67

0 commit comments

Comments
 (0)