diff options
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r-- | lld/ELF/Target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index 698758e7592..5c4256ae9bd 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -25,7 +25,6 @@ class Symbol; class TargetInfo { public: virtual uint32_t calcEFlags() const { return 0; } - virtual bool isPicRel(RelType Type) const { return true; } virtual RelType getDynRel(RelType Type) const { return Type; } virtual void writeGotPltHeader(uint8_t *Buf) const {} virtual void writeGotHeader(uint8_t *Buf) const {} |