[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

Jason Kim jasonwkim at google.com
Wed Dec 1 13:48:09 PST 2010


On Wed, Dec 1, 2010 at 1:17 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
>> 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.

Rafael.

It does not understand the :lower16: :upper16: syntax. I can't use mc
for this (yet).
Filing a bug on it in a few minutes...

Thanks!
-jason

>
>> Thanks
>> -jason
>>
>
> Cheers,
> Rafael
>




More information about the llvm-commits mailing list