1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Mark new jitlink test XFAIL for windows

llvm-svn: 359151
This commit is contained in:
Reid Kleckner 2019-04-24 23:11:17 +00:00
parent 2d00c761b7
commit 1c98c884e4

View File

@ -1,5 +1,10 @@
# RUN: llvm-jitlink -noexec %S/Inputs/MachO_x86-64_ehframe.o # 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
#
# Perform a no-exec link of MachO_x86-64_ehframe and verify that it does not # 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 # generate any errors despite the last FDE referring to the first CIE (rather
# than the most recent). # than the most recent).