From 3e2aa5b2f64e9b7656f527c608fa335250ce4110 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 28 Jun 2018 17:56:27 +0000 Subject: [PATCH] Revert "[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon" This reverts commit a6b904daa1d55e31187c85e5b54ef2ddc37fa713. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335893 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll b/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll index fa497ed3adb..809f68ff3f9 100644 --- a/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll +++ b/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll @@ -1,6 +1,6 @@ -; REQUIRES: cxx-shared-library, linux-system +; REQUIRES: cxx-shared-library ; RUN: %lli -jit-kind=orc-mcjit -relocation-model=pic -code-model=large %s -; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm +; XFAIL: cygwin, win32, mingw, mips-, mipsel-, i686, i386, aarch64, arm declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*) declare i32 @__gxx_personality_v0(...) -- 2.11.0