brintos

brintos / llvm-project-archived public Read only

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