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 c1efb20c38d..df4ceb17c98 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -81,6 +81,8 @@ public: uint32_t TlsGotRel; uint32_t TlsModuleIndexRel; uint32_t TlsOffsetRel; + unsigned GotEntrySize; + unsigned GotPltEntrySize; unsigned PltEntrySize; unsigned PltHeaderSize; |