summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2019-04-25 15:18:31 +0000
committerLang Hames <lhames@gmail.com>2019-04-25 15:18:31 +0000
commitb534f7245cff3856c12640be1e1fb7853a4ae513 (patch)
tree44e9019d8c22da1904439655e4bb78154dab95e5
parent44f2d74aa586afab6848ab370886e8c9eae8749a (diff)
downloadbcm5719-llvm-b534f7245cff3856c12640be1e1fb7853a4ae513.tar.gz
bcm5719-llvm-b534f7245cff3856c12640be1e1fb7853a4ae513.zip
Revert "[JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows."
This reverts r359169, as it broke one of the windows bots. llvm-svn: 359198
-rw-r--r--llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test7
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 08c616f8f0f..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,4 +1,9 @@
-# RUN: llvm-jitlink -noexec -define-abs __ZTIi=0x1 -define-abs ___gxx_personality_v0=0x2 %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
# generate any errors despite the last FDE referring to the first CIE (rather
OpenPOWER on IntegriCloud