[cfe-commits] r173193 - /cfe/trunk/test/Parser/ms-inline-asm.c

Galina Kistanova gkistanova at gmail.com
Wed Jan 23 14:22:13 PST 2013


Hello,

Looks like these changes also added 2 test failures to
clang-native-arm-cortex-a9 builder:
Clang :: Parser__MicrosoftExtensions.c
Clang :: Parser__ms-inline-asm.c

The last successul build was for r 173184:
http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/4555

Please let me know if you need more info from my side.

Thanks

Galina



On Tue, Jan 22, 2013 at 1:40 PM, Chad Rosier <mcrosier at apple.com> wrote:

>
> On Jan 22, 2013, at 1:36 PM, Benjamin Kramer <benny.kra at gmail.com> wrote:
>
> >
> > On 22.01.2013, at 21:57, Chad Rosier <mcrosier at apple.com> wrote:
> >
> >> Author: mcrosier
> >> Date: Tue Jan 22 14:57:10 2013
> >> New Revision: 173193
> >>
> >> URL: http://llvm.org/viewvc/llvm-project?rev=173193&view=rev
> >> Log:
> >> Second attempt to fix ppc bots.
> >
> > I think you'll have to add a triple to get this working.
>
> That was going to be my next plan of attack.  Thanks, Ben.
>
>
> > Also segfaulting is not a very nice way of erroring out when ms inline
> asm isn't supported on the target.
>
> I'll address this in the coming days.
>
>  Chad
>
> >
> > - Ben
> >
> >>
> >> Modified:
> >>   cfe/trunk/test/Parser/ms-inline-asm.c
> >>
> >> Modified: cfe/trunk/test/Parser/ms-inline-asm.c
> >> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/ms-inline-asm.c?rev=173193&r1=173192&r2=173193&view=diff
> >>
> ==============================================================================
> >> --- cfe/trunk/test/Parser/ms-inline-asm.c (original)
> >> +++ cfe/trunk/test/Parser/ms-inline-asm.c Tue Jan 22 14:57:10 2013
> >> @@ -1,4 +1,4 @@
> >> -// REQUIRES: x86-64-registered-target
> >> +// REQUIRES: x86-registered-target
> >> // RUN: %clang_cc1 %s -verify -fasm-blocks
> >>
> >> #define M __asm int 0x2c
> >>
> >>
> >> _______________________________________________
> >> cfe-commits mailing list
> >> cfe-commits at cs.uiuc.edu
> >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
> >
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130123/94c426bd/attachment.html>


More information about the cfe-commits mailing list