summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2016-04-26 02:33:22 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2016-04-26 02:33:22 +0000
commitab5171f988e31ae10c7b9ba1b2aa1e2031c6afd1 (patch)
tree01df869a64d046255e4a6bd0fd3cfc5400c9f8bb /llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll
parente4c0c1679b8a20836643cba98773fb1cdfb7afe8 (diff)
downloadbcm5719-llvm-ab5171f988e31ae10c7b9ba1b2aa1e2031c6afd1.tar.gz
bcm5719-llvm-ab5171f988e31ae10c7b9ba1b2aa1e2031c6afd1.zip
[powerpc] mark JIT tests as XFAIL 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 XFAIL for now. If this is fixed remove the XFAIL flag "powerpc64-unknown-linux-gnu". llvm-svn: 267516
Diffstat (limited to 'llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll')
-rw-r--r--llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll b/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll
index 1621501a31a..3f66fccf159 100644
--- a/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll
+++ b/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll
@@ -1,5 +1,6 @@
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
-; XFAIL: mingw32,win32
+; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu
+; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
; Check that a variable is always aligned as specified.
OpenPOWER on IntegriCloud