1 @ RUN
: not llvm-mc
-triple armv8-eabi
-filetype asm
< %s
2> %t | FileCheck
%s
2 @ RUN
: FileCheck
--check-prefix
=CHECK-ERROR
< %t %s
3 @ RUN
: not llvm-mc
-triple thumbv8-eabi
-filetype asm
< %s
2> %t | FileCheck
%s
4 @ RUN
: FileCheck
--check-prefix
=CHECK-ERROR
< %t %s
11 .type crypto,%function
18 @CHECK
: sha1c.32 q0
, q1
, q2
21 .arch_extension nosha2
23 .type nocrypto,%function
28 @CHECK-ERROR
: error
: instruction requires
: aes
29 @CHECK-ERROR
: aesd.8 q0
, q1
32 @CHECK-ERROR
: error
: instruction requires
: sha2
33 @CHECK-ERROR
: sha1c.32 q0
, q1
, q2