[PATCH] Fix for 2 Sema test failures when AArch64 is the default target.

Keith Walker kwalker at arm.com
Fri Aug 1 10:24:06 PDT 2014


> From: Renato Golin [mailto:renato.golin at linaro.org]
> On 1 August 2014 16:40, Keith Walker <kwalker at arm.com> wrote:
> > The attached patch addresses this issue by ensuring that the test is
> run
> > using the x86_64-pc-linux-gnu triple which matches the assembler in
> the
> > tests.
> 
> Hi Keith,
> 
> Thanks for the fix! The funny thing is that our AArch64 bot (which
> runs on QEMU) didn't catch those bugs, while running on real hardware
> did. We need real AArch64 bots... :(

All I can think is that your AArch64 bot build is not setting AArch64 as the default target, whilst your build on real hardware is setting AArch64 as the default target.

Keith






More information about the cfe-commits mailing list