diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/eh.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/eh.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ExecutionEngine/MCJIT/eh.ll b/test/ExecutionEngine/MCJIT/eh.ll index b7a9ca9..51da190 100644 --- a/test/ExecutionEngine/MCJIT/eh.ll +++ b/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(...) |