Skip to content

Commit f2ab80d

Browse files
committed
fixup! Add -o - to test.
The update script doesn't require this to generate the test, but running the test through lit does.
1 parent 3e6bc8c commit f2ab80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/knownbits-copy-crash.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2-
# RUN: llc %s -mtriple=riscv64 -mattr=+zbb,+f -run-pass=instruction-select | FileCheck %s
2+
# RUN: llc -mtriple=riscv64 -mattr=+zbb,+f -run-pass=instruction-select %s -o - | FileCheck %s
33

44
---
55
name: foo

0 commit comments

Comments
 (0)