Skip to content

Commit 3579f7d

Browse files
committed
.
Created using spr 1.3.5-bogner
1 parent 5379b6d commit 3579f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/MC/RISCV/function-call-invalid.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ call %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name
1111
call %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name
1212
call foo, bar # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name
1313
call foo@pls # CHECK: :[[@LINE]]:10: error: @ (except the deprecated/ignored @plt) is disallowed
14+
call foo@3 # CHECK: :[[@LINE]]:10: error: @ (except the deprecated/ignored @plt) is disallowed

0 commit comments

Comments
 (0)