Make ArchiveLibraryFile::~ArchiveLibraryFile virtual.
"virtual" was present at a wrong place. FileArchive is a subclass of ArchiveLibraryFile, and a FileArchive can be deleted through a pointer of ArchiveLibraryFile. We want to make the destructor of the base class virtual. llvm-svn: 231033
Loading
Please sign in to comment