mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
Fix a non-virtual destructor warning introduced in r217747.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217756 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
04402a6c13
commit
69513f19ba
@ -35,6 +35,8 @@ public:
|
||||
/// Returns the Unit that contains the given section offset in the
|
||||
/// same section this Unit originated from.
|
||||
virtual DWARFUnit *getUnitForOffset(uint32_t Offset) const = 0;
|
||||
|
||||
virtual ~DWARFUnitSectionBase() {}
|
||||
};
|
||||
|
||||
/// Concrete instance of DWARFUnitSection, specialized for one Unit type.
|
||||
|
Loading…
Reference in New Issue
Block a user