17 lines
461 B
C++
17 lines
461 B
C++
//===- DiagnosticLineInfo.cpp ---------------------------------------------===//
|
|
//
|
|
// The MCLinker Project
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
#include "mcld/LD/DiagnosticLineInfo.h"
|
|
|
|
namespace mcld {
|
|
|
|
//==========================
|
|
// DiagnosticLineInfo
|
|
|
|
} // namespace mcld
|