mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Quiesce warning about non-virtual d'tor in virtual class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
65482b1bb8
commit
ac53061464
@ -118,7 +118,7 @@ namespace llvm {
|
||||
virtual void logd(const DiffLogBuilder &Log) = 0;
|
||||
|
||||
protected:
|
||||
~Consumer() {}
|
||||
virtual ~Consumer() {}
|
||||
};
|
||||
|
||||
/// A RAII object for recording the current context.
|
||||
@ -141,7 +141,7 @@ namespace llvm {
|
||||
virtual bool operator()(Value *L, Value *R) = 0;
|
||||
|
||||
protected:
|
||||
~Oracle() {}
|
||||
virtual ~Oracle() {}
|
||||
};
|
||||
|
||||
DifferenceEngine(LLVMContext &context, Consumer &consumer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user