diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-05 21:04:18 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-05 21:04:18 +0000 |
| commit | e639744c4b1205f6f5625a1be8cebdc7daa371c3 (patch) | |
| tree | 20980202b52849a0752a25ee9a6744573a5eb792 /llvm/test/ExecutionEngine | |
| parent | e93dc3be1b424da5cc8479abaacc73787b86c28e (diff) | |
| download | bcm5719-llvm-e639744c4b1205f6f5625a1be8cebdc7daa371c3.tar.gz bcm5719-llvm-e639744c4b1205f6f5625a1be8cebdc7daa371c3.zip | |
XFAIL this on ppc64.
It looks like eh uses an unimplemented relocation on pp64
llvm-svn: 181169
Diffstat (limited to 'llvm/test/ExecutionEngine')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/eh.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/eh.ll b/llvm/test/ExecutionEngine/MCJIT/eh.ll index b7a9ca96dda..51da190af90 100644 --- a/llvm/test/ExecutionEngine/MCJIT/eh.ll +++ b/llvm/test/ExecutionEngine/MCJIT/eh.ll @@ -1,4 +1,5 @@ ; RUN: %lli_mcjit %s +; XFAIL ppc64 declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*) declare i32 @__gxx_personality_v0(...) |

