commit | 2006ba945f311b8e01fab6384026d1c01a238c95 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Wed May 15 02:16:23 2013 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Wed May 15 02:16:23 2013 +0000 |
tree | 39d0a7c55d80c4e0d512acd0f9223284d693f1c1 | |
parent | 362e39a0a7aa8c500418becf371ecb0f5bebf68d [diff] |
ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs. It should fix llvm/test/CodeGen/ARM/ehabi-mc-compact-pr*.ll on some hosts. RELOCATION RECORDS FOR [.ARM.exidx]: 0 R_ARM_PREL31 .text 0 R_ARM_NONE __aeabi_unwind_cpp_pr0 FIXME: I am not sure of the directions of extra comparators, in Type and Index. For now, they are different from the direction in r_offset. llvm-svn: 181864