[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
Tue Nov 30 19:32:07 PST 2010


On Tue, Nov 30, 2010 at 7:23 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
>> Simply, it didn't occur to me to test that path, as I was looking at
>> .bc -> .o generation.
>
> If the assembly parser has the features you need, you should convert
> the test to a .s -> .o test. The involved code path is a lot smaller.
> This makes the test stable to codegen changes and makes it clear what
> is being tested.

Noted. I'll check on the .s -> .o

Thanks!
-jason

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




More information about the llvm-commits mailing list