diff options
Diffstat (limited to 'lld/ELF/OutputSections.cpp')
-rw-r--r-- | lld/ELF/OutputSections.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp index 9b5fad15016..4d72f5e1b0d 100644 --- a/lld/ELF/OutputSections.cpp +++ b/lld/ELF/OutputSections.cpp @@ -21,6 +21,8 @@ using namespace llvm::ELF; using namespace lld; using namespace lld::elf2; +bool lld::elf2::HasGotOffRel = false; + template <class ELFT> OutputSectionBase<ELFT>::OutputSectionBase(StringRef Name, uint32_t sh_type, uintX_t sh_flags) |