aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/arm-eabi-version.s
blob: a08374c132f0a8d7f672f11fb982536a295460ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// REQUIRES: arm
// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o
// RUN: ld.lld -static %t.o -o %tout
// RUN: llvm-readobj -file-headers %tout | FileCheck %s
 .syntax unified
 .text
 .globl _start
_start:
 bx lr

// CHECK:  Flags [
// CHECK-NEXT:    0x1000000
// CHECK-NEXT:    0x4000000
// CHECK-NEXT:  ]