1 // RUN
: not llvm-mc
-triple aarch64-none-linux-gnu
< %s
2>&1 | FileCheck
--check-prefix
=CHECK
--check-prefix
=CHECK-ERROR
%s
6 // CHECK-ERROR
: warning
: ignoring redefinition of register alias
'fred'
7 // CHECK-ERROR
: fred
.req x6
11 // CHECK-ERROR
: error
: vector register without type specifier expected
12 // CHECK-ERROR
: ada
.req v2.8b
16 // CHECK-ERROR
: error
: register name
or alias expected
17 // CHECK-ERROR
: bob
.req lisa
21 // CHECK-ERROR
: error
: unexpected input in
.req directive
22 // CHECK-ERROR
: lisa
.req x1, 23
26 // CHECK-ERROR
: error
: invalid operand for instruction
27 // CHECK-ERROR
: mov bob
, fred
31 // CHECK-ERROR
: error
: unexpected input in
.unreq directive.
32 // CHECK-ERROR
: .unreq 1
37 // CHECK-
NOT: mov x1
, x6