diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-06-28 17:56:27 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-06-28 17:56:27 +0000 |
commit | 54a4724467f32b1099ee0fce2dab1b223edf81c7 (patch) | |
tree | 9a141727c569002d7a0238439694f711ecb007b2 /llvm/test | |
parent | 148e86fdd033be2c136743f866e3ce654fb7925a (diff) | |
download | bcm5719-llvm-54a4724467f32b1099ee0fce2dab1b223edf81c7.tar.gz bcm5719-llvm-54a4724467f32b1099ee0fce2dab1b223edf81c7.zip |
Revert "[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon"
This reverts commit a6b904daa1d55e31187c85e5b54ef2ddc37fa713.
llvm-svn: 335893
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll b/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll index fa497ed3adb..809f68ff3f9 100644 --- a/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll +++ b/llvm/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(...) |