Commit r280822/D24014 breaking native build for ARM

Bernard Ogden via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 02:31:23 PDT 2016


No dice with them, from a quick try (but thanks for the information).

Aren't we going in the wrong direction here? We need to set the test up to either be able to work with whatever the current build of llvm-mc happens to target, or else give an explicit target that is expected to work. The latter is the approach taken for all the other tests in this dir.

Thanks,

Bernie

On 6 Oct 2016, at 14:13, Renato Golin via llvm-commits <llvm-commits at lists.llvm.org> wrote:

> On 6 October 2016 at 13:57, Bernard Ogden <Bernard.Ogden at arm.com> wrote:
>> Hi Renato,
>> 
>> Doesn't seem to fix this case (used llvm-mc -triple arm-eabi).
> 
> Right, this is a Windows test running on ARM Linux. "arm-eabi" works
> on Linux tests running on Windows.
> 
> So, AFAIK, Windows ARM is ARMv7 / Thumb2 only, so you may try to
> either force "arm-windows" or "thumbv7".
> 
> cheers,
> --renato
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list