Lang Hames 8ad75c1037 [JITLink][X86] Rename X86 test directory to x86-64, update test names.
Tests in test/ExecutionEngine/JITLink/X86 were for x86-64 only (never i386) so
it makes sense to name the test directory x86-64, and drop x86-64 from the
individual test names.
2023-04-15 18:39:12 +00:00

7 lines
289 B
Plaintext

# 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).