Fix warning introduced in r238190 about lack of virtual destructor in MCObjectFileInfo.

llvm-svn: 238197
This commit is contained in:
Daniel Sanders 2015-05-26 12:25:36 +00:00
parent 068f8a7e2d
commit 6a6acdcc17
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ protected:
MCSection *XDataSection;
public:
virtual ~MCObjectFileInfo() { };
void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
MCContext &ctx);