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

Bill Wendling isanbard at gmail.com
Fri May 17 11:49:47 PDT 2013


Okay. They're in there. Thanks!

-bw



On Thu, May 16, 2013 at 7:04 PM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130517/d892166d/attachment.html>


More information about the llvm-commits mailing list