[llvm] Adding vdtor to fix warning.

llvm-svn: 238494
This commit is contained in:
Colin LeMahieu 2015-05-28 20:59:08 +00:00
parent 2d7ab874c1
commit 0b5890d411
1 changed files with 1 additions and 0 deletions

View File

@ -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<uint8_t> Bytes, uint64_t Address,
raw_ostream &OS, StringRef Annot,