2019-04-25 23:18:31 +08:00
|
|
|
# RUN: llvm-jitlink -noexec %S/Inputs/MachO_x86-64_ehframe.o
|
|
|
|
#
|
|
|
|
# FIXME: Produces these errors:
|
|
|
|
# JIT session error: Symbols not found: { __ZTIi, ___gxx_personality_v0 }
|
|
|
|
# llvm-jitlink.exe: Failed to materialize symbols: { biz, _main, baz }
|
|
|
|
# XFAIL: windows-msvc
|
2019-04-25 07:11:17 +08:00
|
|
|
#
|
2019-04-24 23:15:55 +08:00
|
|
|
# Perform a no-exec link of MachO_x86-64_ehframe and verify that it does not
|
|
|
|
# generate any errors despite the last FDE referring to the first CIE (rather
|
2019-04-25 07:11:17 +08:00
|
|
|
# than the most recent).
|