[llvm] r181179 - XFAIL for cygwin.
Rafael Espindola
rafael.espindola at gmail.com
Sun May 5 20:35:57 PDT 2013
Author: rafael
Date: Sun May 5 22:35:56 2013
New Revision: 181179
URL: http://llvm.org/viewvc/llvm-project?rev=181179&view=rev
Log:
XFAIL for cygwin.
Looks like symbol resolution is not working on cygwin, the test fails
because __gxx_personality_v0 is not found.
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=181179&r1=181178&r2=181179&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll Sun May 5 22:35:56 2013
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit %s
-; XFAIL: powerpc64, arm
+; XFAIL: powerpc64, arm, cygwin
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