Commit r280822/D24014 breaking native build for ARM

Bernard Ogden via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 05:45:16 PDT 2016


Hello Reid,

This commit introduced COFF test test/MC/COFF/cv-loc-cross-section.s. This test doesn't have the usual x86ish triple that the other COFF tests have and it is failing when I try to build on ARM targets.

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?

Thanks,

Bernie



More information about the llvm-commits mailing list