[llvm] r181678 - XFAIL this test for mingw too.

NAKAMURA Takumi geek4civic at gmail.com
Thu May 16 19:04:38 PDT 2013


Bill, could you pull r181678 (and preceded Aaron's r181600) into
release_33 to mark it as XFAIL:cygming,msvc?
It has not been win32-ready.

FYI, on cygming, some (not all) of external symbols could be found in
libsupc++.a and could be exported with
llvm/lib/Support/Windows/explicit_symbols.inc .

2013/5/13 Rafael Espindola <rafael.espindola at gmail.com>:
> Author: rafael
> Date: Sun May 12 19:18:24 2013
> New Revision: 181678
>
> URL: http://llvm.org/viewvc/llvm-project?rev=181678&view=rev
> Log:
> XFAIL this test for mingw too.
>
> 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=181678&r1=181677&r2=181678&view=diff
> ==============================================================================
> --- llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll (original)
> +++ llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll Sun May 12 19:18:24 2013
> @@ -1,5 +1,5 @@
>  ; RUN: %lli_mcjit %s
> -; XFAIL: arm, cygwin, win32
> +; XFAIL: arm, cygwin, win32, mingw
>  declare i8* @__cxa_allocate_exception(i64)
>  declare void @__cxa_throw(i8*, i8*, i8*)
>  declare i32 @__gxx_personality_v0(...)
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list