[llvm] r181169 - XFAIL this on ppc64.

Rafael Espindola rafael.espindola at gmail.com
Sun May 5 14:04:18 PDT 2013


Author: rafael
Date: Sun May  5 16:04:18 2013
New Revision: 181169

URL: http://llvm.org/viewvc/llvm-project?rev=181169&view=rev
Log:
XFAIL this on ppc64.

It looks like eh uses an unimplemented relocation on pp64

Modified:
    llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll?rev=181169&r1=181168&r2=181169&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll Sun May  5 16:04:18 2013
@@ -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(...)





More information about the llvm-commits mailing list