summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Target.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r--lld/ELF/Target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h
index 3c78beae2c5..71ef7eb8584 100644
--- a/lld/ELF/Target.h
+++ b/lld/ELF/Target.h
@@ -22,7 +22,7 @@ class SymbolBody;
class TargetInfo {
public:
unsigned getPageSize() const { return PageSize; }
- uint64_t getVAStart() const { return VAStart; }
+ uint64_t getVAStart() const;
unsigned getCopyReloc() const { return CopyReloc; }
unsigned getPCRelReloc() const { return PCRelReloc; }
unsigned getGotReloc() const { return GotReloc; }
OpenPOWER on IntegriCloud