[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / ExecutionEngine / JITLink / X86 / MachO_x86-64_ehframe.test
blob08c616f8f0f01005b457911ef9b5be7fc7462ad2
1 # RUN: llvm-jitlink -noexec -define-abs __ZTIi=0x1 -define-abs ___gxx_personality_v0=0x2 %S/Inputs/MachO_x86-64_ehframe.o
3 # Perform a no-exec link of MachO_x86-64_ehframe and verify that it does not
4 # generate any errors despite the last FDE referring to the first CIE (rather
5 # than the most recent).