projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db8eb52
)
[llvm] Adding vdtor to fix warning.
author
Colin LeMahieu
<colinl@codeaurora.org>
Thu, 28 May 2015 20:59:08 +0000
(20:59 +0000)
committer
Colin LeMahieu
<colinl@codeaurora.org>
Thu, 28 May 2015 20:59:08 +0000
(20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238494
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-objdump/llvm-objdump.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-objdump/llvm-objdump.cpp
b/tools/llvm-objdump/llvm-objdump.cpp
index a78d1d267dd8c1a2614ee912e7c71ab77cd6a806..ae3fb9d5ac897bf5834e567564c1a261cf737b23 100644
(file)
--- 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<uint8_t> Bytes, uint64_t Address,
raw_ostream &OS, StringRef Annot,