mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-23 15:29:51 +00:00
b96f71fed6
For GOT relocations the addend should modify the offset to the GOT entry, not the value of the entry itself. Teach RuntimeDyldMachO to do The Right Thing here. Fixes <rdar://problem/16961886>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209154 91177308-0d34-0410-b5e6-96231b3b80d8
3 lines
116 B
Plaintext
3 lines
116 B
Plaintext
RUN: llvm-rtdyld -printline %p/Inputs/arm_secdiff_reloc.o
|
|
RUN: llvm-rtdyld %p/Inputs/x86_64_macho_pic_globals_GOT.o
|