We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5379b6d commit 3579f7dCopy full SHA for 3579f7d
llvm/test/MC/RISCV/function-call-invalid.s
@@ -11,3 +11,4 @@ call %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name
11
call %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name
12
call foo, bar # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name
13
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