summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 00:22:03 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 00:22:03 +0000
commit99974313d5c8914f6503ee6fc748c5589ff6b7d3 (patch)
treedcf338074bb7c4c79c9982c8d97bc429f5ab4955 /llvm/test/ExecutionEngine
parent2393389226642f1c300474284f9407987b60e6fb (diff)
downloadbcm5719-llvm-99974313d5c8914f6503ee6fc748c5589ff6b7d3.tar.gz
bcm5719-llvm-99974313d5c8914f6503ee6fc748c5589ff6b7d3.zip
Second attempt to mark Large/PIC MCJIT test as XFAIL for PowerPC64
llvm-svn: 188735
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll b/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
index 5d54d81dac7..7c6fe2e2f02 100644
--- a/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=large %s
-; XFAIL: arm, cygwin, win32, mingw, mips, ppc64, i686, i386
+; XFAIL: arm, cygwin, win32, mingw, mips, powerpc64, i686, i386
declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...)
OpenPOWER on IntegriCloud