Revert "[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon"

This reverts commit a6b904daa1d55e31187c85e5b54ef2ddc37fa713.

llvm-svn: 335893
This commit is contained in:
Jonas Devlieghere 2018-06-28 17:56:27 +00:00
parent 148e86fdd0
commit 54a4724467
1 changed files with 2 additions and 2 deletions

View 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(...)