diff options
author | Zachary Turner <zturner@google.com> | 2017-05-01 23:27:42 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-05-01 23:27:42 +0000 |
commit | 8a2ebfb1cdff1af0c3b670ac889d50e640cf4abb (patch) | |
tree | 29c8ec2121aa674d31c0ecf6c7fc238ceae2c001 /llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp | |
parent | 3bb6eb238e3f0bf571f96a6214eebfdf2d2dcf09 (diff) | |
download | bcm5719-llvm-8a2ebfb1cdff1af0c3b670ac889d50e640cf4abb.tar.gz bcm5719-llvm-8a2ebfb1cdff1af0c3b670ac889d50e640cf4abb.zip |
[CodeView] Write CodeView line information.
Differential Revision: https://reviews.llvm.org/D32716
llvm-svn: 301882
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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() {} |