[llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed May 15 07:27:59 PDT 2013


On 14 May 2013 22:23, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Rafael, could you please reconfirm the sort order in r_offset, Type and Index?

Any deterministic order should be fine. It looks like only mips has a
bug somewhere that requires a particular order.

I seems we should be able to remove the ppc implementation of
sortRelocs now that the default one is deterministic.  I will take a
look.

Cheers,
Rafael



More information about the llvm-commits mailing list