9 lines · plain
1// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon,+crypto,-fp-armv8 < %s 2> %t2// RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s3 4 sha1h s0, s15 6// CHECK-ERROR: error: instruction requires: sha27// CHECK-ERROR-NEXT: sha1h s0, s18// CHECK-ERROR-NEXT: ^9