llvm-project/lld/test/ELF/corrupted-version-reference.s

11 lines
391 B
ArmAsm
Raw Normal View History

# 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
# CHECK: error: corrupt input file: version definition index 9 for symbol __cxa_finalize is out of bounds
# CHECK: >>> defined in {{.+}}/corrupt-version-reference.so
.globl __start
__start:
dla $a0, __cxa_finalize
nop