From: Reid Kleckner Date: Wed, 24 Apr 2019 23:11:17 +0000 (+0000) Subject: Mark new jitlink test XFAIL for windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c10146f5952f80cd24dfa6ef9966b110318fa4cb;p=llvm Mark new jitlink test XFAIL for windows git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359151 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test b/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test index 84bc14e3b23..5b01d033fd5 100644 --- a/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test +++ b/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test @@ -1,5 +1,10 @@ # 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 # generate any errors despite the last FDE referring to the first CIE (rather -# than the most recent). \ No newline at end of file +# than the most recent).