brintos

brintos / llvm-project-archived public Read only

0
0
Text · 501 B · d6e6650 Raw
10 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/x86-64-reloc-error.s -o %tabs3# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t4# RUN: not ld.lld -shared %tabs %t -o /dev/null 2>&1 | FileCheck %s5 6# CHECK: (.debug_info+0x0): relocation R_X86_64_32 out of range: 281474976710656 is not in [0, 4294967295]; consider recompiling with -fdebug-types-section to reduce size of debug sections7 8.section .debug_info,"",@progbits9 .long .debug_info + 0x100000000000010