[llvm] r181172 - This should also fail on ARM.
Rafael Espindola
rafael.espindola at gmail.com
Sun May 5 15:42:34 PDT 2013
Author: rafael
Date: Sun May 5 17:42:34 2013
New Revision: 181172
URL: http://llvm.org/viewvc/llvm-project?rev=181172&view=rev
Log:
This should also fail on ARM.
We currently have no way to register new eh frames on ARM.
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=181172&r1=181171&r2=181172&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll Sun May 5 17:42:34 2013
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit %s
-; XFAIL: powerpc64
+; XFAIL: powerpc64, arm
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