Commit r280822/D24014 breaking native build for ARM

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 05:48:33 PDT 2016


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


More information about the llvm-commits mailing list