Skip to content

Commit d473e2c

Browse files
committed
[RISCV][MCA] Remove unnecessary -debug flag from test (NFC)
This test doesn't appear to actually use -debug output, and the flag makes the test fail on non-assert builds.
1 parent f3fd1ec commit d473e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s

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_mca_test_checks.py
2-
# RUN: llvm-mca -debug -mtriple=riscv64 -mcpu=sifive-x280 -iterations=1 < %s | FileCheck %s
2+
# RUN: llvm-mca -mtriple=riscv64 -mcpu=sifive-x280 -iterations=1 < %s | FileCheck %s
33

44
vsetvli zero, zero, e32, m1, tu, mu
55

0 commit comments

Comments
 (0)