You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon,+crypto,-fp-armv8 < %s 2> %t
|
|
// RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
|
|
|
|
sha1h s0, s1
|
|
|
|
// CHECK-ERROR: error: instruction requires: sha2
|
|
// CHECK-ERROR-NEXT: sha1h s0, s1
|
|
// CHECK-ERROR-NEXT: ^
|