[cfe-dev] Triple-related failures on clang-i686-xp-msvc9
Jakob Stoklund Olesen
stoklund at 2pi.dk
Wed Mar 3 20:19:36 PST 2010
On Mar 3, 2010, at 8:10 PM, John McCall wrote:
> On Mar 3, 2010, at 7:39 PM, Jakob Stoklund Olesen wrote:
>> A bunch of clang tests are failing on Windows with:
>>
>> error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
>>
>> http://google1.osuosl.org:8011/builders/clang-i686-xp-msvc9
>>
>> Could someone take a look, please?
>>
>> The error was sneaked in while sabre was blinding the bots with the asm.c failure, so nastygrams were not sent.
>
> This is me. We can no longer -emit-llvm for a Clang target without having built the corresponding LLVM target, and apparently that buildbot disables all targets except X86.
>
> I don't think this is an unreasonable restriction, but I don't know why the buildbot disables all the non-x86 targets. I'll just xfail those tests on win32 until ddunbar weighs in.
Thanks, John.
Is that behaviour default for Windows, or is it specific to that bot? Otherwise your xfail will just become an xpass somewhere else.
/jakob
More information about the cfe-dev
mailing list