Index: lib/ReaderWriter/ELF/ELFFile.h =================================================================== --- lib/ReaderWriter/ELF/ELFFile.h +++ lib/ReaderWriter/ELF/ELFFile.h @@ -198,7 +198,7 @@ /// Determines if the target wants to create an atom for a section that has no /// symbol references. - bool handleSectionWithNoSymbols(const Elf_Shdr *shdr, + virtual bool handleSectionWithNoSymbols(const Elf_Shdr *shdr, std::vector &syms) const { return shdr && (shdr->sh_type == llvm::ELF::SHT_PROGBITS ||