diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2013-05-15 15:07:42 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2013-05-15 15:07:42 +0000 |
commit | db3cc56e7018f6a553ba6bea8aeb6ee32aa121d8 (patch) | |
tree | 52e265008187fb483a269db880b940a96c9469df /include/llvm/MC | |
parent | 9122396a4dea52cf917062782fc2f39c7dc698bb (diff) | |
download | external_llvm-db3cc56e7018f6a553ba6bea8aeb6ee32aa121d8.zip external_llvm-db3cc56e7018f6a553ba6bea8aeb6ee32aa121d8.tar.gz external_llvm-db3cc56e7018f6a553ba6bea8aeb6ee32aa121d8.tar.bz2 |
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
Diffstat (limited to 'include/llvm/MC')
-rw-r--r-- | include/llvm/MC/MCELFObjectWriter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCELFObjectWriter.h b/include/llvm/MC/MCELFObjectWriter.h index 65dd1e8..f8470ec 100644 --- a/include/llvm/MC/MCELFObjectWriter.h +++ b/include/llvm/MC/MCELFObjectWriter.h @@ -94,8 +94,6 @@ public: virtual const MCSymbol *undefinedExplicitRelSym(const MCValue &Target, const MCFixup &Fixup, bool IsPCRel) const; - virtual void adjustFixupOffset(const MCFixup &Fixup, - uint64_t &RelocOffset); virtual void sortRelocs(const MCAssembler &Asm, std::vector<ELFRelocationEntry> &Relocs); |