Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
authorAkira Hatanaka <ahatanaka@mips.com>
Fri, 23 Mar 2012 23:06:45 +0000 (23:06 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Fri, 23 Mar 2012 23:06:45 +0000 (23:06 +0000)
commit00ca888cccd130dd3ebcfc02cf2b9187b54d116e
treea51008a729525e86a7ce882922549caa88a4137a
parent6fedb3c4016b8f706c472280a3a9b22430c73ef4
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
entries in the relocation table before they are written out to the file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153345 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCELFObjectWriter.h
lib/MC/ELFObjectWriter.cpp
lib/MC/MCELFObjectTargetWriter.cpp