You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
23
external/llvm/test/MC/AsmParser/at-pseudo-variable-bad.s
vendored
Normal file
23
external/llvm/test/MC/AsmParser/at-pseudo-variable-bad.s
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# RUN: not llvm-mc -triple i386-unknown-unknown < %s 2>&1 | FileCheck %s
|
||||
|
||||
add $1\@, %eax
|
||||
# CHECK: :[[@LINE-1]]:8: error: unexpected token in argument list
|
||||
|
||||
.macro A @
|
||||
mov %eax, %eax
|
||||
.endm
|
||||
# CHECK: :[[@LINE-3]]:10: error: expected identifier in '.macro' directive
|
||||
|
||||
.rept 2
|
||||
addi $8, $8, \@
|
||||
.endr
|
||||
# CHECK: error: unknown token in expression
|
||||
# CHECK: :[[@LINE-4]]:1: note: while in macro instantiation
|
||||
# CHECK-NEXT: .rept 2
|
||||
|
||||
.rep 3
|
||||
addi $9, $9, \@
|
||||
.endr
|
||||
# CHECK: error: unknown token in expression
|
||||
# CHECK: :[[@LINE-4]]:1: note: while in macro instantiation
|
||||
# CHECK-NEXT: .rep 3
|
Reference in New Issue
Block a user