1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[RISCV][NFC] Correct RUN in rvi-pseudos-invalid.s

This test should test both riscv32 and riscv64.

llvm-svn: 366825
This commit is contained in:
Sam Elliott 2019-07-23 17:14:42 +00:00
parent 78c2700758
commit 575af2b076

View File

@ -1,4 +1,4 @@
# RUN: not llvm-mc %s -triple=riscv64 2>&1 | FileCheck %s
# RUN: not llvm-mc %s -triple=riscv32 2>&1 | FileCheck %s
# RUN: not llvm-mc %s -triple=riscv64 2>&1 | FileCheck %s
lla x1, 1234 # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name