9 lines · plain
1# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t %S/Inputs/MachO_self_relocation.s2# RUN: llvm-jitlink -show-graphs='.*' %t3# RUN: llvm-jitlink -show-graphs='.*' -add-self-relocations %t4 5# Ensure that the added relocation does not create an incorrect pointer.6 7# Execution test8# REQUIRES: system-darwin && native && target-x86_649