Index: lld/test/ELF/ppc64-reloc-pcrel34-overflow.s =================================================================== --- lld/test/ELF/ppc64-reloc-pcrel34-overflow.s +++ lld/test/ELF/ppc64-reloc-pcrel34-overflow.s @@ -1,7 +1,7 @@ # REQUIRES: ppc # RUN: echo 'SECTIONS { \ # RUN: .text_low 0x10010000: { *(.text_low) } \ -# RUN: .text_overflow 0x1000000000 : { *(.text_overflow) } \ +# RUN: .text_overflow 0x210010000 : { *(.text_overflow) } \ # RUN: }' > %t.script # RUN: llvm-mc -filetype=obj -triple=powerpc64le %s -o %t.o