brintos

brintos / llvm-project-archived public Read only

0
0
Text · 191 B · aeb820f Raw
6 lines · plain
1// RUN: not llvm-mc -triple aarch64 -filetype obj < %s -o /dev/null 2>&1 | FileCheck %s2 3  .text4// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression5  ldr x0, =(-undef)6