forked from OSchip/llvm-project
Fix warning introduced in r238190 about lack of virtual destructor in MCObjectFileInfo.
llvm-svn: 238197
This commit is contained in:
parent
068f8a7e2d
commit
6a6acdcc17
|
@ -188,6 +188,8 @@ protected:
|
|||
MCSection *XDataSection;
|
||||
|
||||
public:
|
||||
virtual ~MCObjectFileInfo() { };
|
||||
|
||||
void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
|
||||
MCContext &ctx);
|
||||
|
||||
|
|
Loading…
Reference in New Issue