[RISCV] Do not write .s file in a test (#168865)
This commit is contained in:
parent
67e35bbebb
commit
53b26971f5
@ -1,6 +1,7 @@
|
||||
# RUN: not --crash llc %s -mtriple=riscv64 \
|
||||
# RUN: -run-pass=cfi-instr-inserter \
|
||||
# RUN: -riscv-enable-cfi-instr-inserter=true 2>&1 | FileCheck %s
|
||||
# RUN: -riscv-enable-cfi-instr-inserter=true \
|
||||
# RUN: -o /dev/null 2>&1 | FileCheck %s
|
||||
|
||||
# CHECK: LLVM ERROR: Different saved locations for the same CSR
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user