llvm/llvm/test/ExecutionEngine/JITLink/x86-64/MachO_self_relocation_exec.test

# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t %S/Inputs/MachO_self_relocation.s
# RUN: llvm-jitlink -show-graphs='.*' %t
# RUN: llvm-jitlink -show-graphs='.*' -add-self-relocations %t

# Ensure that the added relocation does not create an incorrect pointer.

# Execution test
# REQUIRES: system-darwin && native && target-x86_64