]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/x86-64-reloc-16.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / x86-64-reloc-16.s
1 // REQUIRES: x86
2
3 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/x86-64-reloc-16.s -o %t1
4 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/x86-64-reloc-16-error.s -o %t2
5 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
6 // RUN: ld.lld -shared %t %t1 -o /dev/null
7
8 // CHECK:      Contents of section .text:
9 // CHECK-NEXT:   200000 42
10
11 // RUN: not ld.lld -shared %t %t2 -o /dev/null 2>&1 | FileCheck --check-prefix=ERROR %s
12 // ERROR: relocation R_X86_64_16 out of range: 65536 is not in [0, 65535]
13
14 .short foo