[llvm-commits] [llvm] r116823 - in /llvm/trunk/test: MC/ELF/ Scripts/

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Aug 4 10:05:30 PDT 2011


On 10-10-20 6:00 PM, Jason Kim wrote:
>>>      e_shnum = f.read16()
>>> -    print "('e_shnum', %d)" % e_shnum
>>> +    print "('e_shnum', %s)" % common_dump.HexDump(e_shnum)
>>
>> If printing with fixed sizes, we should probably print with the actual sizes...
>
> Hmm, good point. But it requires churning the tests once again.
> I'll tackle it same time that I tackle the macho-dump - to make all
> hex numbers in test files consistent), since it will be a lot of
> similar changes across the test files.

I fixed this, waiting for 10 months didn't make the churning any smaller.

Cheers,
Rafael



More information about the llvm-commits mailing list