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

Rafael Espíndola rafael.espindola at gmail.com
Tue Oct 19 19:59:26 PDT 2010


> +FormatOutput=hex

This is dead, no?

>     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...

Cheers,
Rafael




More information about the llvm-commits mailing list