mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Add a virtual destructor to quiet a warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cf32a7893
commit
e373dfa819
@ -23,6 +23,8 @@
|
||||
namespace llvm {
|
||||
class ByteStreamer {
|
||||
public:
|
||||
virtual ~ByteStreamer() {}
|
||||
|
||||
// For now we're just handling the calls we need for dwarf emission/hashing.
|
||||
virtual void EmitInt8(uint8_t Byte, const Twine &Comment = "") = 0;
|
||||
virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user