hanchenye-llvm-project/lld/test/ELF/relocation-past-merge-end.s

8 lines
253 B
ArmAsm

// REQUIRES: x86
// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
// RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | FileCheck %s
// CHECK: Entry is past the end of the section
.long .foo + 1
.section .foo,"aM",@progbits,4