From 8a2ebfb1cdff1af0c3b670ac889d50e640cf4abb Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 1 May 2017 23:27:42 +0000 Subject: [CodeView] Write CodeView line information. Differential Revision: https://reviews.llvm.org/D32716 llvm-svn: 301882 --- llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp') diff --git a/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp b/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp index 36f86cbbdf6..2af1917413d 100644 --- a/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp +++ b/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp @@ -12,3 +12,5 @@ using namespace llvm::codeview; ModuleDebugFragmentRef::~ModuleDebugFragmentRef() {} + +ModuleDebugFragment::~ModuleDebugFragment() {} -- cgit v1.2.3