mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +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;
|
||||
|
||||
public:
|
||||
virtual ~MCObjectFileInfo() { };
|
||||
|
||||
void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
|
||||
MCContext &ctx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user