brintos

brintos / llvm-project-archived public Read only

0
0
Text · 338 B · 5cd04cb Raw
10 lines · plain
1// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sme 2>&1 < %s| FileCheck %s2 3// ------------------------------------------------------------------------- //4// Invalid keyword5 6smstart foo7// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction8// CHECK-NEXT: smstart foo9// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:10