OSDN Git Service

Revert "[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon"
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 28 Jun 2018 17:56:27 +0000 (17:56 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 28 Jun 2018 17:56:27 +0000 (17:56 +0000)
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

index fa497ed..809f68f 100644 (file)
@@ -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(...)