> From: Renato Golin [mailto:[email protected]] > On 1 August 2014 16:40, Keith Walker <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
