[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / arm-eabi-version.s
blobaff79e769020daa1e78c6f353340f4a223a0f99b
1 // REQUIRES: arm
2 // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o
3 // RUN: ld.lld -static %t.o -o %tout
4 // RUN: llvm-readobj --file-headers %tout | FileCheck %s
5 .syntax unified
6 .text
7 .globl _start
8 _start:
9 bx lr
11 // CHECK: Flags [
12 // CHECK-NEXT: 0x200
13 // CHECK-NEXT: 0x1000000
14 // CHECK-NEXT: 0x4000000
15 // CHECK-NEXT: ]