summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-05-30 16:36:15 +0000
committerZachary Turner <zturner@google.com>2017-05-30 16:36:15 +0000
commit8c099fe06e9c4efdea698ac82df2685792ea0b6e (patch)
treef7c02d70b848b5a80ae054f209d5a8ee2965a291 /llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
parent00ce96f6eed8559c7bbb90768a782ca0cc3c47ea (diff)
downloadbcm5719-llvm-8c099fe06e9c4efdea698ac82df2685792ea0b6e.tar.gz
bcm5719-llvm-8c099fe06e9c4efdea698ac82df2685792ea0b6e.zip
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
This is more concise, and matches the terminology used in other parts of the codebase more closely. llvm-svn: 304218
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp')
-rw-r--r--llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp b/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
deleted file mode 100644
index 2af1917413d..00000000000
--- a/llvm/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-//===- ModuleDebugFragment.cpp -----------------------------------*- C++-*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#include "llvm/DebugInfo/CodeView/ModuleDebugFragment.h"
-
-using namespace llvm::codeview;
-
-ModuleDebugFragmentRef::~ModuleDebugFragmentRef() {}
-
-ModuleDebugFragment::~ModuleDebugFragment() {}
OpenPOWER on IntegriCloud