diff options
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r-- | lld/ELF/Target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index 156a2c02323..752f9cd5ee4 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -104,13 +104,14 @@ public: virtual void relaxTlsLdToLe(uint8_t *Loc, uint32_t Type, uint64_t Val) const; }; -std::string toString(uint32_t RelType); uint64_t getPPC64TocBase(); uint64_t getAArch64Page(uint64_t Expr); extern TargetInfo *Target; TargetInfo *createTarget(); } + +std::string toString(uint32_t RelType); } #endif |