2017-10-06 07:28:29 +08:00
|
|
|
# RUN: llvm-mc -triple=mips64-unknown-freebsd %s -filetype=obj -o %t.o
|
|
|
|
# RUN: not ld.lld %t.o %S/Inputs/corrupt-version-reference.so -o %t.exe 2>&1 | FileCheck %s
|
2017-10-06 07:48:29 +08:00
|
|
|
# REQUIRES: mips
|
2017-10-06 07:28:29 +08:00
|
|
|
|
2017-10-06 07:28:34 +08:00
|
|
|
# CHECK: error: corrupt input file: version definition index 9 for symbol __cxa_finalize is out of bounds
|
|
|
|
# CHECK: >>> defined in {{.+}}/corrupt-version-reference.so
|
2017-10-06 07:28:29 +08:00
|
|
|
|
2017-12-15 22:52:40 +08:00
|
|
|
# CHECK: error: corrupt input file: version definition index 0 for symbol _Jv_RegisterClasses is out of bounds
|
|
|
|
# CHECK-NEXT: >>> defined in {{.*}}/corrupt-version-reference.so
|
|
|
|
|
2017-10-06 07:28:29 +08:00
|
|
|
.globl __start
|
|
|
|
__start:
|
|
|
|
dla $a0, __cxa_finalize
|
|
|
|
nop
|