[llvm-commits] [llvm] r120534 - in /llvm/trunk: lib/MC/ELFObjectWriter.cpp lib/Target/ARM/ARMAsmBackend.cpp test/CodeGen/ARM/2010-11-30-reloc-movt.ll

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Dec 1 13:17:15 PST 2010


> It looks like llvm-mc is not quite there yet for ARM. It barfs on
> about a dozen lines in the gcc generated ARM .s file.
> Oh well. I'll do the conversion to .s test when AsmParser becomes more
> ARM friendly.

You don't need it to parse a full gcc output. Even if it was able to,
that is not what you should checking as a test. This is testing just
that the relocations for movw/movt are correct. Please write an
assembly file with just a movw/movt pair and use that.

> Thanks
> -jason
>

Cheers,
Rafael



More information about the llvm-commits mailing list