forked from OSchip/llvm-project
parent
2d7ab874c1
commit
0b5890d411
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue