File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 157
157
// RV32L: error: invalid arch name 'rv32l'
158
158
159
159
// RUN: %clang --target=riscv32-unknown-elf -march=rv32imadf -### %s \
160
- // RUN: -fsyntax-only 2>&1 | FileCheck %s
160
+ // RUN: -fsyntax-only 2>&1 | FileCheck %s
161
161
162
162
// RUN: not %clang --target=riscv32-unknown-elf -march=rv32imm -### %s \
163
163
// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV32IMM %s
184
184
// RV64L: error: invalid arch name 'rv64l'
185
185
186
186
// RUN: %clang --target=riscv64-unknown-elf -march=rv64imadf -### %s \
187
- // RUN: -fsyntax-only 2>&1 | FileCheck %s
187
+ // RUN: -fsyntax-only 2>&1 | FileCheck %s
188
188
189
189
// RUN: not %clang --target=riscv64-unknown-elf -march=rv64imm -### %s \
190
190
// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV64IMM %s
You can’t perform that action at this time.
0 commit comments