mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
033b204a1f
The directive can be matched with directives other than '.rept' Patch by Andy Zhang! llvm-svn: 164245
7 lines
132 B
ArmAsm
7 lines
132 B
ArmAsm
// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
|
|
// RUN: FileCheck < %t %s
|
|
|
|
.endr
|
|
|
|
// CHECK: unmatched '.endr' directive
|