Commit r280822/D24014 breaking native build for ARM
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 06:13:50 PDT 2016
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
More information about the llvm-commits
mailing list