brintos

brintos / llvm-project-archived public Read only

0
0
Text · 666 B · 696f0dc Raw
25 lines · plain
1// REQUIRES: arm2// RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o %t.o3// RUN: ld.lld -r %t.o -o %t4// RUN: llvm-readobj -S %t | FileCheck %s5 6// RUN: llvm-mc %s -triple=armv7eb-unknown-linux-gnueabi -mcpu=cortex-a8 -filetype=obj -o %t.o7// RUN: ld.lld -r %t.o -o %t8// RUN: llvm-readobj -S %t | FileCheck %s9// RUN: ld.lld --be8 -r %t.o -o %t10// RUN: llvm-readobj -S %t | FileCheck %s11 12// Check that when doing a relocatable link we don't add a terminating entry13// to the .ARM.exidx section14 .syntax unified15 .text16_start:17 .fnstart18 .cantunwind19 bx lr20 .fnend21 22// Expect 1 table entry of size 823// CHECK: Name: .ARM.exidx24// CHECK: Size: 825