brintos

brintos / llvm-project-archived public Read only

0
0
Text · 593 B · 203dc2a Raw
15 lines · plain
1# REQUIRES: mips2# RUN: llvm-mc -triple=mips64-unknown-freebsd %s -filetype=obj -o %t.o3# RUN: not ld.lld %t.o %S/Inputs/corrupt-version-reference.so -o /dev/null 2>&1 | FileCheck %s4 5# CHECK: error: corrupt input file: version definition index 9 for symbol __cxa_finalize is out of bounds6# CHECK: >>> defined in {{.+}}/corrupt-version-reference.so7 8# CHECK:      error: corrupt input file: version definition index 0 for symbol _Jv_RegisterClasses is out of bounds9# CHECK-NEXT: >>> defined in {{.*}}/corrupt-version-reference.so10 11.globl __start12__start:13    dla $a0, __cxa_finalize14    nop15