]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/corrupted-version-reference.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / corrupted-version-reference.s
1 # REQUIRES: mips
2 # RUN: llvm-mc -triple=mips64-unknown-freebsd %s -filetype=obj -o %t.o
3 # RUN: not ld.lld %t.o %S/Inputs/corrupt-version-reference.so -o /dev/null 2>&1 | FileCheck %s
4
5 # CHECK: error: corrupt input file: version definition index 9 for symbol __cxa_finalize is out of bounds
6 # CHECK: >>> defined in {{.+}}/corrupt-version-reference.so
7
8 # CHECK:      error: corrupt input file: version definition index 0 for symbol _Jv_RegisterClasses is out of bounds
9 # CHECK-NEXT: >>> defined in {{.*}}/corrupt-version-reference.so
10
11 .globl __start
12 __start:
13     dla $a0, __cxa_finalize
14     nop