summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-05-15 15:07:42 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-05-15 15:07:42 +0000
commitdb3cc56e7018f6a553ba6bea8aeb6ee32aa121d8 (patch)
tree52e265008187fb483a269db880b940a96c9469df /include
parent9122396a4dea52cf917062782fc2f39c7dc698bb (diff)
downloadllvm-db3cc56e7018f6a553ba6bea8aeb6ee32aa121d8.tar.gz
llvm-db3cc56e7018f6a553ba6bea8aeb6ee32aa121d8.tar.bz2
llvm-db3cc56e7018f6a553ba6bea8aeb6ee32aa121d8.tar.xz
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')
-rw-r--r--include/llvm/MC/MCELFObjectWriter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCELFObjectWriter.h b/include/llvm/MC/MCELFObjectWriter.h
index 65dd1e8998..f8470ecdc5 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);