[PATCH] D15045: [ELF] Rearrange relocation codes in natural order. NFC.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 10:30:27 PST 2015


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

Usually relevant relocations share the same prefix, so they are grouped together in the natural order. I'm not sure which is considered standard, natural order or asciibetical order, but I prefer natural order, since "PC8, PC16, PC32, PC64" seems more natural to me than "PC16, PC32, PC64, PC8".


http://reviews.llvm.org/D15045





More information about the llvm-commits mailing list