brintos

brintos / llvm-project-archived public Read only

0
0
Text · 366 B · aff79e7 Raw
16 lines · plain
1// REQUIRES: arm2// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o3// RUN: ld.lld -static %t.o -o %tout4// RUN: llvm-readobj --file-headers %tout | FileCheck %s5 .syntax unified6 .text7 .globl _start8_start:9 bx lr10 11// CHECK:  Flags [12// CHECK-NEXT:    0x200        13// CHECK-NEXT:    0x100000014// CHECK-NEXT:    0x400000015// CHECK-NEXT:  ]16