Hi Joey, I've reviewed these patches and I think they're correct now you've highlighted the issue. I've also tested them on my debug system and it resolves the issue, so applied in r166765.
Thanks for solving this issue. -----Original Message----- From: Joey Gouly Sent: 26 October 2012 10:17 To: David Tweed; 'Dmitri Gribenko' Cc: [email protected] Subject: RE: [cfe-commits] r166679 - in /cfe/trunk/lib: Basic/Targets.cpp CodeGen/TargetInfo.cpp Hi David, Those two tests need a x86-64 target to run, some ARM builders only target ARM, so these fail. The attached patch fixes it, please review/build/commit! Thanks, Joey -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of David Tweed Sent: 26 October 2012 09:40 To: 'Dmitri Gribenko' Cc: [email protected] Subject: Re: [cfe-commits] r166679 - in /cfe/trunk/lib: Basic/Targets.cpp CodeGen/TargetInfo.cpp Hi David, | Seems like this was the last missing bit for clang tests to pass on | Debian armhf! Ah, so are you getting a clean pass on the clang tests on an armhf platform? Wei-Ren Chen is also getting a clean pass. I'm not :-( . On my ARM Pandaboard test machine I'm seeing two intermittent failures that have started to crop up in the last week or so: CodeGen/2010-06-17-asmcrash.c Sema/ms-inline-asm.c (I've never seen these on x86.) The apparent cause is error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.' What's really annoying is that I start to try to investigate and without changing anything they suddenly start to pass (and there are other tests that reliably pass with the same target triples as specified here). Then after a while they start to fail again. I'm starting to wonder if there's some uninitialized variable somewhere that sometimes takes an OK value and sometimes doesn't. Has anyone else been seeing anything like this happening, particularly with those tests? Cheers, Dave _______________________________________________ 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
