[llvm] r181171 - Fix XFAIL line.

Rafael Espindola rafael.espindola at gmail.com
Sun May 5 14:30:10 PDT 2013


Author: rafael
Date: Sun May  5 16:30:10 2013
New Revision: 181171

URL: http://llvm.org/viewvc/llvm-project?rev=181171&view=rev
Log:
Fix XFAIL line.

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=181171&r1=181170&r2=181171&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll Sun May  5 16:30:10 2013
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit %s
-; XFAIL ppc64
+; XFAIL: powerpc64
 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