diff options
author | Reid Kleckner <rnk@google.com> | 2019-04-24 23:11:17 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-04-24 23:11:17 +0000 |
commit | 54763e44532feb72bf773260b377f2a0bacf0e0c (patch) | |
tree | 9c7dc246567553d847bdc761e7160656095ff626 /llvm/test/ExecutionEngine | |
parent | 1af5a85e48fcc45968fb5774b7656a895342d998 (diff) | |
download | bcm5719-llvm-54763e44532feb72bf773260b377f2a0bacf0e0c.tar.gz bcm5719-llvm-54763e44532feb72bf773260b377f2a0bacf0e0c.zip |
Mark new jitlink test XFAIL for windows
llvm-svn: 359151
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r-- | llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test b/llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test index 84bc14e3b23..5b01d033fd5 100644 --- a/llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test +++ b/llvm/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). |