mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix warning introduced in r238190 about lack of virtual destructor in MCObjectFileInfo.
llvm-svn: 238197
This commit is contained in:
parent
5d72ee6887
commit
c8220d68ac
@ -188,6 +188,8 @@ protected:
|
|||||||
MCSection *XDataSection;
|
MCSection *XDataSection;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
virtual ~MCObjectFileInfo() { };
|
||||||
|
|
||||||
void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
|
void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
|
||||||
MCContext &ctx);
|
MCContext &ctx);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user