Rename CODE_OWNERS -> Maintainers (#114544)
[llvm-project.git] / lld / test / COFF / arm-thumb-thunks-pdb.s
blob9e972a78d37fff45f96ced79f5d3218afda1e80f
1 // REQUIRES: arm
2 // RUN: llvm-mc -filetype=obj -triple=thumbv7-windows %s -o %t.obj
3 // RUN: lld-link -entry:main -subsystem:console %t.obj -out:%t.exe -debug -pdb:%t.pdb -verbose 2>&1 | FileCheck %s --check-prefix=VERBOSE
5 // VERBOSE: Added 1 thunks with margin {{.*}} in {{.*}} passes
7 .syntax unified
8 .globl main
9 .globl func1
10 .text
11 main:
12 bne func1
13 bx lr
14 .section .text$a, "xr"
15 .space 0x100000
16 .section .text$b, "xr"
17 func1:
18 bx lr