Remove MCELFObjectTargetWriter::adjustFixupOffset hack
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 15 May 2013 15:07:42 +0000 (15:07 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 15 May 2013 15:07:42 +0000 (15:07 +0000)
commitdb3cc56e7018f6a553ba6bea8aeb6ee32aa121d8
tree52e265008187fb483a269db880b940a96c9469df
parent9122396a4dea52cf917062782fc2f39c7dc698bb
Remove MCELFObjectTargetWriter::adjustFixupOffset hack

Now that PowerPC no longer uses adjustFixupOffset, and no other
back-end (ever?) did, we can remove the infrastructure itself
(incidentally addressing a FIXME to that effect).

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