diff options
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/AsmWriter.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp index 889ae4067cb..9ae3b9a2890 100644 --- a/llvm/lib/VMCore/AsmWriter.cpp +++ b/llvm/lib/VMCore/AsmWriter.cpp @@ -34,6 +34,9 @@ using namespace llvm;  namespace llvm { +// Make virtual table appear in this compilation unit. +AssemblyAnnotationWriter::~AssemblyAnnotationWriter() {} +  /// This class provides computation of slot numbers for LLVM Assembly writing.  /// @brief LLVM Assembly Writing Slot Computation.  class SlotMachine {  | 

