brintos

brintos / llvm-project-archived public Read only

0
0
Text · 415 B · 219b811 Raw
15 lines · plain
1// RUN: not llvm-mc -triple aarch64 -filetype obj < %s -o /dev/null 2>&1 | FileCheck %s2 3  .section a4  .space 85// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: invalid .org offset '4' (at offset '8')6  .org 47 8  .section b9// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected absolute expression10  .org undef11 12  .section c13// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected assembly-time absolute expression14  .org -undef15