From: Colin LeMahieu Date: Thu, 28 May 2015 20:59:08 +0000 (+0000) Subject: [llvm] Adding vdtor to fix warning. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=20e00576af0dc0b3528b8920a036764df9385f63;p=oota-llvm.git [llvm] Adding vdtor to fix warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238494 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-objdump/llvm-objdump.cpp b/tools/llvm-objdump/llvm-objdump.cpp index a78d1d267dd..ae3fb9d5ac8 100644 --- a/tools/llvm-objdump/llvm-objdump.cpp +++ b/tools/llvm-objdump/llvm-objdump.cpp @@ -204,6 +204,7 @@ bool llvm::RelocAddressLess(RelocationRef a, RelocationRef b) { namespace { class PrettyPrinter { public: + virtual ~PrettyPrinter(){} virtual void printInst(MCInstPrinter &IP, const MCInst *MI, bool ShowRawInsn, ArrayRef Bytes, uint64_t Address, raw_ostream &OS, StringRef Annot,