mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-15 03:46:47 +00:00

Differential Revision: https://reviews.llvm.org/D32716 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301882 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
534 B
C++
17 lines
534 B
C++
//===- 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() {}
|