Yes, Renato and I have been in contact. Unfortunately, I don't have a good way of reproducing/debugging the issue. Renato said he would provide a backtrace, but I haven't heard back yet. If you could provide one or give me access to the machine to reproduce that would be very helpful.
Chad On Jan 23, 2013, at 2:22 PM, Galina Kistanova <[email protected]> wrote: > 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 <[email protected]> wrote: > > On Jan 22, 2013, at 1:36 PM, Benjamin Kramer <[email protected]> wrote: > > > > > On 22.01.2013, at 21:57, Chad Rosier <[email protected]> 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 > >> [email protected] > >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
