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:
parent
78c2700758
commit
575af2b076
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user