We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e35bb commit 53b2697Copy full SHA for 53b2697
llvm/test/CodeGen/RISCV/cfi-multiple-locations.mir
@@ -1,6 +1,7 @@
1
# RUN: not --crash llc %s -mtriple=riscv64 \
2
# RUN: -run-pass=cfi-instr-inserter \
3
-# RUN: -riscv-enable-cfi-instr-inserter=true 2>&1 | FileCheck %s
+# RUN: -riscv-enable-cfi-instr-inserter=true \
4
+# RUN: -o /dev/null 2>&1 | FileCheck %s
5
6
# CHECK: LLVM ERROR: Different saved locations for the same CSR
7
0 commit comments