summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2016-04-26 03:59:19 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2016-04-26 03:59:19 +0000
commitd6e92135bd5b419be68b16d8991953e2a8648785 (patch)
tree055b7b5bd540c95a8ac79c4afaec1b042bc240ba /llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
parentd7f31a31d1c437e8e2452c219e56648edb0545f9 (diff)
downloadbcm5719-llvm-d6e92135bd5b419be68b16d8991953e2a8648785.tar.gz
bcm5719-llvm-d6e92135bd5b419be68b16d8991953e2a8648785.zip
[powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endian
Some of the JIT tests began failing with "[llvm] r266663 - [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups." on powerpc64 big endian. To get the buildbots running I am marking these as UNSUPPORTED for now. If this is fixed remove the UNSUPPORTED flag "powerpc64-unknown-linux-gnu". In r267516 I marked these as XFAIL but they succeed on some of the bots on stage1. llvm-svn: 267518
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
index cce6d7a32af..15755bef8b1 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
@@ -1,6 +1,7 @@
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
-; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu
-; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
+; XFAIL: mingw32,win32
+; UNSUPPORTED: powerpc64-unknown-linux-gnu
+; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
define double @test(double* %DP, double %Arg) nounwind {
%D = load double, double* %DP ; <double> [#uses=1]
OpenPOWER on IntegriCloud