diff options
Diffstat (limited to 'lld/ELF/InputFiles.h')
-rw-r--r-- | lld/ELF/InputFiles.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h index 5cd9df16ccc..82c06b81ce5 100644 --- a/lld/ELF/InputFiles.h +++ b/lld/ELF/InputFiles.h @@ -139,6 +139,7 @@ public: private: void initializeSections(llvm::DenseSet<StringRef> &ComdatGroups); void initializeSymbols(); + InputSectionBase<ELFT> *getRelocTarget(const Elf_Shdr &Sec); InputSectionBase<ELFT> *createInputSection(const Elf_Shdr &Sec); SymbolBody *createSymbolBody(const Elf_Sym *Sym); |