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

# RUN: llvm-jitlink -noexec -abs __ZTIi=0x1 -abs ___gxx_personality_v0=0x2 \
# RUN:   %S/Inputs/MachO_ehframe.o
#
# Perform a no-exec link of MachO_ehframe.o and verify that it does not
# generate any errors despite the last FDE referring to the first CIE (rather
# than the most recent).