1# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t %S/Inputs/x86-64_self_relocation.s
2# RUN: llvm-jitlink -show-graph %t
3# RUN: llvm-jitlink -show-graph -add-self-relocations %t
4
5# Ensure that the added relocation does not create an incorrect pointer.
6
7# Execution test
8# REQUIRES: system-darwin && native && target-x86_64
9