diff options
Diffstat (limited to 'lld/ELF/Target.h')
| -rw-r--r-- | lld/ELF/Target.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index ff770e1a477..1faaf02931d 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -58,6 +58,8 @@ protected:    unsigned PltEntrySize = 8;  }; +uint64_t getPPC64TocBase(); +  extern std::unique_ptr<TargetInfo> Target;  TargetInfo *createTarget();  } | 

