From c09ce7fd2d62d85dcdf370f4bef732380fca4f1b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 6 Jan 2017 20:14:02 +0000 Subject: Vendor import of lld trunk r291274: https://llvm.org/svn/llvm-project/lld/trunk@291274 --- ELF/Target.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ELF/Target.h') diff --git a/ELF/Target.h b/ELF/Target.h index 156a2c023230..752f9cd5ee4e 100644 --- a/ELF/Target.h +++ b/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 -- cgit v1.3