1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t %S/Inputs/MachO_self_relocation.s
2 # RUN: llvm-jitlink -show-graphs='.*' %t
3 # RUN: llvm-jitlink -show-graphs='.*' -add-self-relocations %t
5 # Ensure that the added relocation does not create an incorrect pointer.
8 # REQUIRES: system-darwin && native && target-x86_64