Commit r280822/D24014 breaking native build for ARM
Bernard Ogden via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 05:57:16 PDT 2016
Hi Renato,
Doesn't seem to fix this case (used llvm-mc -triple arm-eabi).
Thanks,
Bernie
On 6 Oct 2016, at 13:48, Renato Golin via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> On 6 October 2016 at 13:45, Bernard Ogden via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> The llvm-mc command in question is supposed to fail, but incantations like this don't fail in the way the test expects:
>> llvm-mc -arch arm < test/MC/COFF/cv-loc-cross-section.s
>>
>> I'm not sure enough of x86/Windows to know what triple makes sense here. Would you mind adding one?
>
> Hi Bernie,
>
> I've seen many patches to fix that kind of thing by changing it to
> "arm-eabi". Supposedly works on Windows, too.
>
> 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