Files
clang-p2996/lld/test/ELF/arm-thunk-toolargesection.s
Simi Pallipurath f146763e07 Revert "Revert "[lld][Arm] Big Endian - Byte invariant support.""
This reverts commit d8851384c6.

Reason: Applied the fix for the Asan buildbot failures.
2023-06-22 16:10:18 +01:00

25 lines
646 B
ArmAsm

// REQUIRES: arm
// RUN: llvm-mc -filetype=obj -triple=thumbv7a-none-linux-gnueabi %s -o %t
// RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s
// RUN: llvm-mc -filetype=obj -triple=thumbv7aeb-none-linux-gnueabi %s -o %t
// RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s
// RUN: not ld.lld --be8 %t -o /dev/null 2>&1 | FileCheck %s
.syntax unified
.balign 0x1000
.thumb
.text
.globl _start
.type _start, %function
_start:
bx lr
.section .text.large1, "ax", %progbits
.balign 4
.space (17 * 1024 * 1024)
bl _start
.space (17 * 1024 * 1024)
// CHECK: error: InputSection too large for range extension thunk {{.*}}.text.large1