commit | f44db24e1fd948c75c87aea017646f16553d3361 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Dec 17 16:22:06 2015 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Dec 17 16:22:06 2015 +0000 |
tree | cf2e624f47b525837a756f0a601cf301cbdf92e2 | |
parent | ad579928878bffb2ba8899e7f6e311ef8dcdccdb [diff] |
Avoid explicit relocation sorting most of the time. These days relocations are created and stored in a deterministic way. The order they are created is also suitable for the .o file, so we don't need an explicit sort. The last remaining exception is MIPS. llvm-svn: 255902