brintos

brintos / llvm-project-archived public Read only

0
0
Text · 507 B · c10142a Raw
13 lines · plain
1// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+pauth-lr -filetype=obj -o /dev/null 2>&1 < %s | FileCheck %s2 3  autiasppc undef_label4// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: relocation of PAC/AUT instructions is not supported5// CHECK-NEXT: autiasppc undef_label6// CHECK-NOT: [[@LINE-3]]:{{[0-9]+}}:7 8  autibsppc undef_label9// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: relocation of PAC/AUT instructions is not supported10// CHECK-NEXT: autibsppc undef_label11// CHECK-NOT: [[@LINE-3]]:{{[0-9]+}}:12 13